Skip to content

Commit

Permalink
fix(cicada)
Browse files Browse the repository at this point in the history
 closes #7374
  • Loading branch information
jhheider committed Sep 23, 2024
1 parent 8c01667 commit f3a4df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/hugo.wang/cicada/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ provides:
test:
dependencies:
gnu.org/which: '*'
script: test "$(cicada -c 'ls -l `which sh`')" = "$(ls -l `which sh`)"
script: test "$(cicada -c 'ls -l `which cicada`')" = "$(ls -l `which cicada`)"

0 comments on commit f3a4df5

Please sign in to comment.