diff --git a/install-helper.sh b/install-helper.sh index 2008c61..cd8bc9e 100755 --- a/install-helper.sh +++ b/install-helper.sh @@ -264,7 +264,7 @@ install_my_app() if [ ! -d "./.git/" ]; then echo "'/srv/walnut/core/lib/walnut@daplie.com/setup' exists but is not a git repository... not sure what to do here..." fi - git checkout v1 + git checkout master git pull popd