Browse Source

fix rake-list

unreleased_contents
marutanm 13 years ago
parent
commit
a817f99785
  1. 2
      Rakefile

2
Rakefile

@ -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

Loading…
Cancel
Save