Skip to content

Commit

Permalink
fix rake-list
Browse files Browse the repository at this point in the history
  • Loading branch information
marutanm committed Aug 11, 2011
1 parent 0e07254 commit a817f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -256,6 +256,6 @@ end

desc "list tasks"
task :list do
puts "Tasks: #{(Rake::Task.tasks - [Rake::Task[:list]]).to_sentence}"
puts "Tasks: #{(Rake::Task.tasks - [Rake::Task[:list]]).join(', ')}"
puts "(type rake -T for more detail)\n\n"
end

0 comments on commit a817f99

Please sign in to comment.