Skip to content

Commit

Permalink
Small output fix ⚓
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Mar 17, 2021
1 parent fb904fc commit ec26611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githooks/apps/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ func executeOldHook(settings *HookSettings,
showTrustPrompt(uiSettings, checksums, &hook)
}

log.PanicIf(!settings.SkipUntrustedHooks && hook.Active && !hook.Trusted,
log.PanicIfF(!settings.SkipUntrustedHooks && hook.Active && !hook.Trusted,
"Hook '%s' is active and needs to be trusted first.\n"+
"Either trust the hook or disable it, or skip active,\n"+
"untrusted hooks by running:\n"+
Expand Down

0 comments on commit ec26611

Please sign in to comment.