Rewrite the comment to be more understandable

pull/3676/head
BeziCZ 2025-01-21 13:45:49 +01:00
parent 8c98a5a9b8
commit fd92101159
1 changed files with 1 additions and 1 deletions

View File

@ -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)