Skip to content

Commit

Permalink
chore(mise.toml): use posix sh syntax for hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 committed Dec 4, 2024
1 parent 6c948f9 commit d0f5079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@ hide = true

[hooks]
# skip in CI
postinstall = "[[ \"${CI}\" == 'true' ]] || mise run buni"
postinstall = "[ \"$CI\" = 'true' ] || mise run buni"

0 comments on commit d0f5079

Please sign in to comment.