Skip to content

Commit

Permalink
don't open editor in update script
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneu committed Nov 3, 2018
1 parent f34c4a0 commit b35a864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export LC_ALL=en_US

git_update=`git pull origin master --quiet`
git_update=`git pull origin master --quiet --no-edit`
rocket_update=`docker pull rocketchat/rocket.chat:latest`

if [[ $git_update =~ "Already" || $rocket_update =~ "Image is up to date" ]]; then
Expand Down

0 comments on commit b35a864

Please sign in to comment.