Skip to content

Commit

Permalink
Add missing description to rake task
Browse files Browse the repository at this point in the history
It doesn't show up in the task list without this.

Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Sep 10, 2020
1 parent e4bfd77 commit 12af6ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ task :vendor do
end

require 'cookstyle'
desc 'Run cookstyle against cookstyle'
task :style do
sh('bundle exec cookstyle')
end
Expand Down

0 comments on commit 12af6ef

Please sign in to comment.