Skip to content

Commit

Permalink
fix(carapace)
Browse files Browse the repository at this point in the history
 closes #8108
  • Loading branch information
jhheider committed Dec 8, 2024
1 parent 3b745f7 commit d613cb9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/carapace.sh/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ build:
- -X main.version={{ version }}

test:
- test "$(carapace --version 2>&1)" = "{{version}}"
- run: test "$(carapace --version 2>&1)" = "{{version}}"
if: <1.1.0
- run: test "$(carapace --version 2>&1)" = "carapace-bin {{version}}"
if: '>=1.1.0'
- carapace _carapace

0 comments on commit d613cb9

Please sign in to comment.