diff --git a/Rakefile b/Rakefile index e9d84dd..289df17 100644 --- a/Rakefile +++ b/Rakefile @@ -46,6 +46,6 @@ Rake::RDocTask.new(:doc) do |t| end task :cruise do - sh "garlic clean && mkdir -p .garlic && (garlic all > .garlic/report.txt)" + sh "garlic clean && garlic all" puts "The build is GOOD" end \ No newline at end of file