diff --git a/Rakefile b/Rakefile index dd3096371c4..1e8ae1493b6 100644 --- a/Rakefile +++ b/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