Skip to content

Commit

Permalink
cleans up update command
Browse files Browse the repository at this point in the history
  • Loading branch information
superterran committed Apr 21, 2019
1 parent dbc0cf0 commit 34f149a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/engine
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ case "$1" in
;;

update)
bin/update $2 $3
sh bin/update $2 $3
;;


Expand Down
4 changes: 2 additions & 2 deletions bin/update
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
if [[ $REPLY =~ ^[Yy]$ ]]
then
git fetch --all --tags
git checkout origin $VER -f
bin/engine up
git checkout $VER -f
# bin/engine up
fi

0 comments on commit 34f149a

Please sign in to comment.