aboutsummaryrefslogtreecommitdiffstats
path: root/VegaData/build_and_push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'VegaData/build_and_push.sh')
-rwxr-xr-xVegaData/build_and_push.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/VegaData/build_and_push.sh b/VegaData/build_and_push.sh
index 34b0ff1..6dfeb96 100755
--- a/VegaData/build_and_push.sh
+++ b/VegaData/build_and_push.sh
@@ -36,7 +36,7 @@ echo "Starting build of $HUB_NAME:$NEW_VERSION at $(date -u)..."
echo
# Put version.txt inside of server
-pushd src/wwwroot
+pushd wwwroot
echo "$NEW_VERSION" >version.txt
git add version.txt
popd