From 7542c4edb73fdfee00070d8dd6980d58141eca48 Mon Sep 17 00:00:00 2001 From: commitay Date: Wed, 25 Jul 2018 15:37:58 +1000 Subject: [PATCH] utils/github: remove full stop from the "skipping" comment --- Library/Homebrew/utils/github.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/utils/github.rb b/Library/Homebrew/utils/github.rb index 75160c1edb..40eb4e4388 100644 --- a/Library/Homebrew/utils/github.rb +++ b/Library/Homebrew/utils/github.rb @@ -308,7 +308,7 @@ module GitHub url = "#{API_URL}/repos/#{user}/#{repo}/issues/#{pr}/comments" data = { "body" => body } if issue_comment_exists?(user, repo, pr, body) - ohai "Skipping: identical comment exists on #{PR_ENV}." + ohai "Skipping: identical comment exists on #{PR_ENV}" return true end