Skip to content

Commit

Permalink
fix: add exec to mise g git-pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Nov 30, 2024
1 parent 80579af commit 27a3aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/generate/git_pre_commit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl GitPreCommit {
let task = &self.task;
format!(
r#"#!/bin/sh
mise run {task}
exec mise run {task}
"#
)
}
Expand Down

0 comments on commit 27a3aef

Please sign in to comment.