diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-12-06 10:48:38 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-12-06 10:48:38 -0800 |
commit | 0c5c683a23b7d4b6fd2cbb61a2010af2e513aacf (patch) | |
tree | 160fa348fa4a19ff820c8523d2135cbddb14cd08 /Rakefile | |
parent | 42b5c7538fe6775ab13ac5a82f52da050789ee4e (diff) | |
download | mixlib-authentication-0c5c683a23b7d4b6fd2cbb61a2010af2e513aacf.tar.gz |
ninja fix
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ begin RuboCop::RakeTask.new(:style) do |task| task.options += ["--display-cop-names", "--no-color"] end -rescue +rescue LoadError puts "chefstyle/rubocop is not available." end |