From ddc24e1c471a1a666581db122424f079abc0a3ec Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Wed, 20 Oct 2010 21:21:55 -0700 Subject: [PATCH] Duh. rvm doesn't want sudo. --- cruise_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cruise_config.rb b/cruise_config.rb index 4d6211719..4806fb3db 100644 --- a/cruise_config.rb +++ b/cruise_config.rb @@ -1,5 +1,5 @@ require 'fileutils' Project.configure do |project| - project.build_command = 'cd .. && cd work && sudo gem update --system && ruby lib/cruise/build.rb' + project.build_command = 'cd .. && cd work && gem update --system && ruby lib/cruise/build.rb' end