Skip to content

Commit

Permalink
feat: remove outdated comment from pact publishing output
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 9, 2020
1 parent a6b4066 commit 251b4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/client/publish_pacts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def publish_pact_contents(pact)
end

latest_pact_url = pacts.publish(pact_hash: pact, consumer_version: consumer_version)
$stdout.puts "The latest version of this pact can be accessed at the following URL (use this to configure the provider verification):\n#{latest_pact_url}"
$stdout.puts "The latest version of this pact can be accessed at the following URL:\n#{latest_pact_url}"
true
end
end
Expand Down

0 comments on commit 251b4df

Please sign in to comment.