Update install-helper.sh to remove `v1` tag, which is outdated.
This commit is contained in:
parent
ed24159574
commit
ac5343c716
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue