Rewrite the comment to be more understandable
parent
8c98a5a9b8
commit
fd92101159
|
@ -17,7 +17,7 @@ type Runner struct {
|
||||||
*settings.Settings
|
*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 {
|
func (r *Runner) RunBeforeHook(evt, path, dst string, user *users.User) error {
|
||||||
path = user.FullPath(path)
|
path = user.FullPath(path)
|
||||||
dst = user.FullPath(dst)
|
dst = user.FullPath(dst)
|
||||||
|
|
Loading…
Reference in New Issue