Skip to content

Commit

Permalink
chore: update message
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 13, 2023
1 parent 5412121 commit e47e6bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def check_unknown_and_warn
original_check_unknown!
rescue UnknownArgumentError => e
$stderr.puts(::Term::ANSIColor.yellow(e.message))
$stderr.puts(::Term::ANSIColor.yellow("This is a warning rather than an error so as not to break backwards compatibility. To raise an error for unknown arguments set PACT_BROKER_ERROR_ON_UNKNOWN_OPTION=true"))
$stderr.puts(::Term::ANSIColor.yellow("This is a warning rather than an error so as not to break backwards compatibility. To raise an error for unknown options set PACT_BROKER_ERROR_ON_UNKNOWN_OPTION=true"))
$stderr.puts("\n")
end
end
Expand Down

0 comments on commit e47e6bd

Please sign in to comment.