aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/system/link.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/system/link.go')
-rw-r--r--internal/system/link.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/system/link.go b/internal/system/link.go
index 7e690c78..9689e253 100644
--- a/internal/system/link.go
+++ b/internal/system/link.go
@@ -28,7 +28,7 @@ type Hardlink struct {
func (l *Hardlink) Type() Enablement { return l.et }
func (l *Hardlink) apply(_ *I) error {
- fmsg.Verbose("linking ", l)
+ fmsg.Verbose("linking", l)
return fmsg.WrapErrorSuffix(os.Link(l.src, l.dst),
fmt.Sprintf("cannot link %q:", l.dst))
}