Project

General

Profile

« Previous | Next » 

Revision 9d43fc71

Added by Michael Moll almost 6 years ago

Fixes #19789 - fix Layout/SpaceAroundOperators cop

View differences:

lib/tasks/reports.rake
env = ENV['environment']
unless env.empty?
unless (e=Environment.find_by_name(env))
unless (e = Environment.find_by_name(env))
$stdout.puts "Unable to find puppet environment=#{env}"
exit 1
end

Also available in: Unified diff