From 8599e8541732fb2a633b349d81e3f736a195a6fc Mon Sep 17 00:00:00 2001 From: Marco Santos Date: Wed, 26 Jul 2023 00:13:06 +0100 Subject: [PATCH] chore: add informative message --- cmd/wp-go-static/commands/root.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/wp-go-static/commands/root.go b/cmd/wp-go-static/commands/root.go index c5a6979..9bc1662 100644 --- a/cmd/wp-go-static/commands/root.go +++ b/cmd/wp-go-static/commands/root.go @@ -95,6 +95,7 @@ func rootCmdF(command *cobra.Command, args []string) error { scrape.domain = commandURL if cacheDir != "" { + log.Println("Using cache directory", cacheDir) scrape.c.CacheDir = cacheDir }