We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2688b6 commit dac269cCopy full SHA for dac269c
.goreleaser.yaml
@@ -20,7 +20,7 @@ brews:
20
name: homebrew-tap
21
folder: Formula
22
homepage: https://github.com/acifani/formula1-go
23
- description: Command line application to show and display Formula1 schedules, standings, and results.
+ description: Command-line application to show Formula1 schedules, standings, and results
24
license: MIT
25
test: |
26
- system "#{bin}/f1go version"
+ system "#{bin}/f1go", "version"
0 commit comments