Fixes spacing around condition.

This commit is contained in:
chriseth 2017-03-20 12:07:35 +01:00 committed by GitHub
parent c37397c178
commit acf71db9f6

View File

@ -96,7 +96,7 @@ case $(uname -s) in
brew update brew update
brew install boost brew install boost
brew install cmake brew install cmake
if ["$CI" = true]; then if [ "$CI" = true ]; then
brew upgrade cmake brew upgrade cmake
brew tap ethereum/ethereum brew tap ethereum/ethereum
brew install cpp-ethereum brew install cpp-ethereum