From c3b50ebe469c92f1b3e6af0e080e20381106a108 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 30 Jul 2012 08:54:46 +0200 Subject: .brew: Fix typo Thanks to @oschrenk for the heads up on https://github.com/mathiasbynens/dotfiles/commit/8a79072feb638ab964f4ba6385551be4e7ae3edf#commitcomment-164452. --- .brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3