From 98f07f2bd34248b2bdfabe0166e66a8d70b2e9ef Mon Sep 17 00:00:00 2001 From: hophacker Date: Wed, 10 Apr 2019 18:41:48 +0800 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 6744120..26434f3 100644 --- a/Rakefile +++ b/Rakefile @@ -200,7 +200,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 ripgrep ghi hub} + run %{brew install zsh ctags git hub tmux reattach-to-user-namespace ripgrep ghi} run %{brew install macvim --custom-icons --with-override-system-vim --with-lua --with-luajit} puts puts