summaryrefslogtreecommitdiff
path: root/cmd/krino/check.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/krino/check.go')
-rw-r--r--cmd/krino/check.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/krino/check.go b/cmd/krino/check.go
index dfe3a1a..4463c73 100644
--- a/cmd/krino/check.go
+++ b/cmd/krino/check.go
@@ -28,6 +28,7 @@ func cmdCheck(g *globals, args []string, stdout, stderr io.Writer) int {
fmt.Fprintf(stdout, "config: %s\n", xdg.Abbrev(r.MainFile))
fmt.Fprintf(stdout, "log: %s\n", xdg.Abbrev(r.LogFile))
+ fmt.Fprintf(stdout, "cache: %s\n", xdg.Abbrev(cacheDir()))
if len(r.Dirs) == 0 {
fmt.Fprintln(stdout, "no directories included; add one with: krino new NAME PATH")
}