Skip to content

Commit

Permalink
Merge pull request #295 from ydah/change_suggest_rake_task_warning
Browse files Browse the repository at this point in the history
Change command for the rake task with arguments to a style that can also be used in zsh
  • Loading branch information
koic committed Jun 17, 2022
2 parents fd8c7e3 + 265caa9 commit c1f2f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ task :new_cop, [:cop] do |_task, args|
require 'rubocop'

cop_name = args.fetch(:cop) do
warn 'usage: bundle exec rake new_cop[Department/Name]'
warn "usage: bundle exec rake 'new_cop[Department/Name]'"
exit!
end

Expand Down

0 comments on commit c1f2f6b

Please sign in to comment.