We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c5997 commit 102e7fdCopy full SHA for 102e7fd
1 file changed
git2-hooks/src/hookspath.rs
@@ -124,7 +124,6 @@ impl HookPaths {
124
// execute hook directly
125
match run_command(Command::new(&hook)) {
126
Err(err) if err.raw_os_error() == Some(8) => {
127
- eprintln!("GOT ENOEXEC: {err}");
128
run_command(sh_command(&hook))
129
}
130
result => result,
0 commit comments