Skip to content

Commit 5872dd9

Browse files
committed
Merge branch 'master' of github.com:cloud66/copper
2 parents 933b3f0 + 6ba0763 commit 5872dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/copper

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module Copper
7373
content.split('---').each_with_index do |part, idx|
7474
puts "Validating part #{idx}"
7575
file = YAML::load(part)
76-
failed = validate(rules, file, content_file)
76+
failed = true if validate(rules, file, content_file)
7777
end
7878

7979
exit(1) if failed

0 commit comments

Comments
 (0)