From ac5343c716773305c280c2e3c67be2bdcb468066 Mon Sep 17 00:00:00 2001 From: richdex14 Date: Mon, 4 Sep 2017 14:44:55 -0600 Subject: [PATCH] Update install-helper.sh to remove `v1` tag, which is outdated. --- install-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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