Skip to content

Commit

Permalink
[Rakefile] Forgot to debug path.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Jun 27, 2012
1 parent 7ab1f77 commit 3c54675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -40,7 +40,7 @@ task :lint do
begin begin
next if not File.exists? spec next if not File.exists? spec
ENV['SKIP_SETUP']='1' ENV['SKIP_SETUP']='1'
command = "~/Documents/GitHub/CP/CocoaPods/bin/pod spec lint '#{spec}' --quick --only-errors" command = "pod spec lint '#{spec}' --quick --only-errors"
puts command puts command
# do it this way so we can trap Interrupt, doesn't work well with Kernel::system and Rake's sh # do it this way so we can trap Interrupt, doesn't work well with Kernel::system and Rake's sh
puts `#{command}` puts `#{command}`
Expand Down

0 comments on commit 3c54675

Please sign in to comment.