Skip to content

Commit ea56597

Browse files
Update config/config.go
Co-authored-by: Matt Sturgeon <[email protected]>
1 parent f6e6587 commit ea56597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ func determineTreeRoot(v *viper.Viper, cfg *Config) error {
287287
cfg.TreeRootCmd = "git rev-parse --show-toplevel"
288288

289289
log.Infof(
290-
"git walker enabled, but tree root has not been specified: defaulting tree-root-cmd to '%s'",
290+
"git walker enabled and tree root has not been specified: defaulting tree-root-cmd to '%s'",
291291
cfg.TreeRootCmd,
292292
)
293293
}

0 commit comments

Comments
 (0)