Update install-helper.sh to remove `v1` tag, which is outdated.

This commit is contained in:
richdex14 2017-09-04 14:44:55 -06:00
parent ed24159574
commit ac5343c716
1 changed files with 1 additions and 1 deletions

View File

@ -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