diff --git a/git-chglog.rb b/git-chglog.rb index bb0073b..65d9cce 100644 --- a/git-chglog.rb +++ b/git-chglog.rb @@ -3,10 +3,9 @@ # This file was generated by GoReleaser. DO NOT EDIT. class GitChglog < Formula - desc "CHANGELOG generator implemented in Go (Golang)." + desc "CHANGELOG generator implemented in Go (Golang)" homepage "https://godoc.org/github.com/git-chglog/git-chglog" version "0.15.0" - bottle :unneeded on_macos do if Hardware::CPU.intel? @@ -39,6 +38,6 @@ def install end test do - system "#{bin}/git-chglog --help" + system "#{bin}/git-chglog", "--help" end end