Skip to content

Commit

Permalink
chore: add informative message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotuna committed Jul 25, 2023
1 parent db213f7 commit 8599e85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/wp-go-static/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 8599e85

Please sign in to comment.