Skip to content

Commit 3142d2a

Browse files
authored
Merge pull request #1300 from ydah/change_suggest_rake_task_warning
Change command for the rake task with arguments to a style that can also be used in zsh
2 parents 57ea818 + f3b0fdc commit 3142d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ task :new_cop, [:cop] do |_task, args|
6666
require 'rubocop'
6767

6868
cop_name = args.fetch(:cop) do
69-
warn 'usage: bundle exec rake new_cop[Department/Name]'
69+
warn "usage: bundle exec rake 'new_cop[Department/Name]'"
7070
exit!
7171
end
7272

0 commit comments

Comments
 (0)