From fd921011592a115ff9c05d34b1a3951d34bdeffe Mon Sep 17 00:00:00 2001 From: BeziCZ Date: Tue, 21 Jan 2025 13:45:49 +0100 Subject: [PATCH] Rewrite the comment to be more understandable --- runner/runner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/runner.go b/runner/runner.go index 3e3eb3d2..829e5910 100644 --- a/runner/runner.go +++ b/runner/runner.go @@ -17,7 +17,7 @@ type Runner struct { *settings.Settings } -// RunBeforeHook and RunAfterHook are triggering on their respective timings +// RunBeforeHook and RunAfterHook trigger the command runner at their respective times. func (r *Runner) RunBeforeHook(evt, path, dst string, user *users.User) error { path = user.FullPath(path) dst = user.FullPath(dst)