diff --git a/internal/edits/edits.go b/internal/edits/edits.go index 96d40c60..425e01a8 100644 --- a/internal/edits/edits.go +++ b/internal/edits/edits.go @@ -108,7 +108,7 @@ func (e *edits) Modify(spec *ociSpecs.Spec) error { } e.logger.Infof("Hooks:") for _, hook := range e.Hooks { - e.logger.Infof("Injecting %v", hook.Args) + e.logger.Infof("Injecting %v %v", hook.Path, hook.Args) } return e.Apply(spec)