Merge pull request #1808 from ethereum/chriseth-patch-1

Fixes spacing around condition.
This commit is contained in:
Alex Beregszaszi 2017-03-20 12:00:17 +00:00 committed by GitHub
commit 57bc763e83

View File

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