Fixed if block.

When resolving merge conflicts on PR #2 I missed that an if block was
being closed twice... this resolves that.
This commit is contained in:
Gene Liverman 2017-10-15 16:29:22 -07:00
parent 49f150e385
commit ff2d82b2c5

View file

@ -100,8 +100,8 @@ if [[ `uname` == 'Darwin' ]]; then
source /Applications/google-cloud-sdk/completion.zsh.inc
source /Applications/google-cloud-sdk/path.zsh.inc
fi
fi
# added by travis gem
[ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh || echo 'The travis gem is missing. After installing it run "echo y|travis" to create ~/.travis'
fi