lib/octopolo/pull_request_merger.rb in octopolo-0.3.0 vs lib/octopolo/pull_request_merger.rb in octopolo-0.3.1

- old
+ new

@@ -51,10 +51,10 @@ when Git::CheckoutFailed cli.say "Checkout of #{branch_to_merge_into} failed. Please contact Infrastructure to determine the cause." when GitHub::PullRequest::CommentFailed cli.say "Unable to write comment. Please navigate to #{pull_request.url} and add the comment, '#{comment_body}'" else - cli.say "An uknown error occured: #{e.class.to_s}" + cli.say "An unknown error occurred: #{e.class.to_s}" end false end # Public: Check out the branch