Skip to content

Commit

Permalink
chore(can-i-deploy): fix text output
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 27, 2017
1 parent 84327be commit c09bba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/client/can_i_deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def call
attr_reader :pact_broker_base_url, :version_selectors, :options, :pact_broker_client_options

def success_message(matrix)
message = format_matrix(matrix[:matrix])
message = format_matrix(matrix)
if format != 'json'
message = 'Computer says yes \o/' + "\n\n" + message
end
Expand Down

0 comments on commit c09bba2

Please sign in to comment.