Skip to content

Commit

Permalink
update mechanism should work
Browse files Browse the repository at this point in the history
  • Loading branch information
superterran committed Apr 21, 2019
1 parent 34f149a commit 5ca8d9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/update
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
fi
echo -e "This will checkout release $VER. This will override any changes (but not .env) \n"
read -p "Are you sure you want to update? " -n 1 -r
echo # (optional) move to a new line
if [[ $REPLY =~ ^[Yy]$ ]]
then
git fetch --all --tags
git checkout $VER -f
# bin/engine up
bin/engine up
fi

0 comments on commit 5ca8d9f

Please sign in to comment.