From 5093c0ce4f50d0d280a14d2f5765d992834b1e21 Mon Sep 17 00:00:00 2001 From: James Zaghini Date: Fri, 14 Jul 2017 23:47:06 +1000 Subject: [PATCH] Fix: hub packaged listed for install twice --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index a5b2586f..9e7a96e3 100644 --- a/Rakefile +++ b/Rakefile @@ -172,7 +172,7 @@ def install_homebrew puts "======================================================" puts "Installing Homebrew packages...There may be some warnings." puts "======================================================" - run %{brew install zsh ctags git hub tmux reattach-to-user-namespace the_silver_searcher ghi hub} + run %{brew install zsh ctags git hub tmux reattach-to-user-namespace the_silver_searcher ghi} run %{brew install macvim --custom-icons --with-override-system-vim --with-lua --with-luajit} puts puts