From 95f582a98719c94144beacb392ce87568c345c58 Mon Sep 17 00:00:00 2001 From: cswhjiang Date: Mon, 16 Jun 2014 15:11:26 +0800 Subject: [PATCH] Update Rakefile line 94 is wrong. It should be: sh "./install.sh" --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 4f2da4ce..f9df2350 100644 --- a/Rakefile +++ b/Rakefile @@ -91,7 +91,8 @@ namespace :install do step 'solarized' sh 'git clone https://github.com/sigurdga/gnome-terminal-colors-solarized.git' unless File.exist? 'gnome-terminal-colors-solarized' Dir.chdir 'gnome-terminal-colors-solarized' do - sh "./solarize #{color}" + # sh "./solarize #{color}" + sh "./install.sh" end step 'fix ls-colors'