aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-07-30 08:54:46 +0200
committerMathias Bynens <mathias@qiwi.be>2012-07-30 08:54:46 +0200
commitc3b50ebe469c92f1b3e6af0e080e20381106a108 (patch)
treee2cde81219c3c0c1807c4984266df5cc81a03291
parent3d918efbe09e8735018ee225f19e30f734ea908d (diff)
downloaddotfiles-c3b50ebe469c92f1b3e6af0e080e20381106a108.tar.gz
dotfiles-c3b50ebe469c92f1b3e6af0e080e20381106a108.tar.bz2
dotfiles-c3b50ebe469c92f1b3e6af0e080e20381106a108.zip
.brew: Fix typo
Thanks to @oschrenk for the heads up on https://github.com/mathiasbynens/dotfiles/commit/8a79072feb638ab964f4ba6385551be4e7ae3edf#commitcomment-164452.
-rwxr-xr-x.brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/.brew b/.brew
index 763c794..610542a 100755
--- a/.brew
+++ b/.brew
@@ -10,7 +10,7 @@ brew upgrade
brew install coreutils
echo "Don’t forget to add $(brew --prefix coreutils)/libexec/gnubin to \$PATH."
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, g-prefixed
-echo findutils
+brew install findutils
# Install wget with IRI support
brew install wget --enable-iri