Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cloud66/copper
Browse files Browse the repository at this point in the history
  • Loading branch information
khash committed Sep 24, 2018
2 parents 933b3f0 + 6ba0763 commit 5872dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/copper
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module Copper
content.split('---').each_with_index do |part, idx|
puts "Validating part #{idx}"
file = YAML::load(part)
failed = validate(rules, file, content_file)
failed = true if validate(rules, file, content_file)
end

exit(1) if failed
Expand Down

0 comments on commit 5872dd9

Please sign in to comment.