We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a923d05 commit 7621b4dCopy full SHA for 7621b4d
scripts/update.sh
@@ -51,11 +51,11 @@ if [[ ! -z `git branch -r | grep ${BRANCH}` ]]; then
51
echo "Checking out legalcode branch ${BRANCH} from remote"
52
git checkout -b ${BRANCH} origin/${BRANCH}
53
fi
54
-else
55
- echo "Making sure legalcode is set to branch ${BRANCH}"
56
- git checkout ${BRANCH}
57
58
+echo "Making sure legalcode is set to branch ${BRANCH}"
+git checkout ${BRANCH}
+
59
echo "Updating legalcode"
60
git pull
61
0 commit comments