fix rake-list
This commit is contained in:
parent
0e072543da
commit
a817f99785
2
Rakefile
2
Rakefile
@ -256,6 +256,6 @@ end
|
|||||||
|
|
||||||
desc "list tasks"
|
desc "list tasks"
|
||||||
task :list do
|
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"
|
puts "(type rake -T for more detail)\n\n"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user