Skip to content

Commit

Permalink
Update updater script
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Mar 31, 2021
1 parent 8128eda commit bb67dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/update
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ set -e
ROOT="$( cd "$( dirname "$(readlink -f "$0")" )/.." >/dev/null 2>&1 && pwd )"
cd "${ROOT}"

if git branch -r | grep -q "template/" ; then
git fetch template
if git branch -r | grep -q "blueprint/" ; then
git fetch blueprint
fi

git fetch
Expand Down

0 comments on commit bb67dcd

Please sign in to comment.