Skip to content

Commit

Permalink
fix: exit with correct exit code on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 30, 2021
1 parent 7ddb76e commit a8a2144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact/provider_verifier/cli/verify.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def exit_with_non_zero_status
exit 1
end

def exit_on_failure?
def self.exit_on_failure?
true
end
end
Expand Down

0 comments on commit a8a2144

Please sign in to comment.