Skip to content

Commit

Permalink
ci: fix goreleaser check
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Feb 13, 2023
1 parent dacb2f3 commit 1e75ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ brews:
install: |
bin.install "kubepfm"
test: |
assert_match /A simple port-forward wrapper tool for multiple pods/deployments/services/, shell_output("#{bin}/kubepfm -h", 0)
assert_match /A simple port-forward wrapper tool for multiple pods\/deployments\/services\/, shell_output("#{bin}/kubepfm -h", 0)

0 comments on commit 1e75ed4

Please sign in to comment.