Rewrite the comment to be more understandable

This commit is contained in:
BeziCZ 2025-01-21 13:45:49 +01:00
parent 8c98a5a9b8
commit fd92101159

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)