diff options
Diffstat (limited to 'scripts/mac/before_install.sh')
-rw-r--r-- | scripts/mac/before_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mac/before_install.sh b/scripts/mac/before_install.sh index 60d7312c9..98423c33a 100644 --- a/scripts/mac/before_install.sh +++ b/scripts/mac/before_install.sh @@ -21,7 +21,7 @@ git describe if curl --output /dev/null --silent --head --fail \ http://subsurface-divelog.org/downloads/TravisMacBuildCache.tar.xz then - echo "Download Homebrew with all our packages and overwritw /usr/local" + echo "Download Homebrew with all our packages and overwrite /usr/local" curl --output ${TRAVIS_BUILD_DIR}/TravisMacBuildCache.tar.xz \ https://storage.googleapis.com/travis-cache/TravisMacBuildCache.tar.xz # curl --output ${TRAVIS_BUILD_DIR}/TravisMacBuildCache.tar.xz \ |