diff --git a/Library/Homebrew/dev-cmd/bump-revision.rb b/Library/Homebrew/dev-cmd/bump-revision.rb index 5c94e5871c..4141eb6469 100644 --- a/Library/Homebrew/dev-cmd/bump-revision.rb +++ b/Library/Homebrew/dev-cmd/bump-revision.rb @@ -15,9 +15,9 @@ module Homebrew present, "revision 1" will be added. EOS switch "-n", "--dry-run", - description: "Print what would be done rather than doing it." + description: "Print what would be done rather than doing it." flag "--message=", - description: "Append the provided to the default commit message." + description: "Append the provided to the default commit message." switch :force switch :quiet @@ -76,7 +76,7 @@ module Homebrew else formula.path.parent.cd do safe_system "git", "commit", "--no-edit", "--verbose", - "--message=#{message}", "--", formula.path + "--message=#{message}", "--", formula.path end end end