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)