Skip to content

Commit dac269c

Browse files
committed
fix: brew formula
1 parent a2688b6 commit dac269c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ brews:
2020
name: homebrew-tap
2121
folder: Formula
2222
homepage: https://github.com/acifani/formula1-go
23-
description: Command line application to show and display Formula1 schedules, standings, and results.
23+
description: Command-line application to show Formula1 schedules, standings, and results
2424
license: MIT
2525
test: |
26-
system "#{bin}/f1go version"
26+
system "#{bin}/f1go", "version"

0 commit comments

Comments
 (0)