aboutsummaryrefslogtreecommitdiff
path: root/cmd/krino/new.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/krino/new.go')
-rw-r--r--cmd/krino/new.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/krino/new.go b/cmd/krino/new.go
index 37f2418..ced9dc2 100644
--- a/cmd/krino/new.go
+++ b/cmd/krino/new.go
@@ -30,7 +30,7 @@ func cmdNew(g *globals, args []string, stdout, stderr io.Writer) int {
fmt.Fprintf(stderr, "krino: %v\n", err)
return 2
}
- fmt.Fprintf(stdout, "created %s and added %q to include\n", xdg.Abbrev(file), name)
+ fmt.Fprintf(stdout, "created %s and added %q to include\n", display(xdg.Abbrev(file)), name)
fmt.Fprintf(stdout, "edit its rules, then check them with: krino check %s\n", name)
return 0
}