diff --git a/.travis/deploy_script.sh b/.travis/deploy_script.sh index 0cac79ff..97e17f2a 100755 --- a/.travis/deploy_script.sh +++ b/.travis/deploy_script.sh @@ -74,7 +74,7 @@ if [ "$TRAVIS" = "true" ]; then cp "$TRAVIS_BUILD_DIR/VERSION" release_version artifacts upload --target-paths "/" release_version else - echo "uploading $TRAVIS_BRANCH_version file" + echo "uploading ${TRAVIS_BRANCH}_version file" cp $TRAVIS_BUILD_DIR/VERSION ${TRAVIS_BRANCH}_version artifacts upload --target-paths "/" ${TRAVIS_BRANCH}_version fi