Skip to content

Commit

Permalink
fix: found the missing computer arm when computer says no (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
RedayY authored Nov 17, 2022
1 parent bf58b5c commit 7b8ea24
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 @@ -77,7 +77,7 @@ def computer_says(success)
if dry_run?
"Computer says no ¯\\_(ツ)_/¯ (but you're ignoring this by enabling dry run)"
else
Term::ANSIColor.red("Computer says no ¯\_(ツ)_/¯")
Term::ANSIColor.red("Computer says no ¯\\_(ツ)_/¯")
end
end
end
Expand Down

0 comments on commit 7b8ea24

Please sign in to comment.