We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e6587 commit ea56597Copy full SHA for ea56597
config/config.go
@@ -287,7 +287,7 @@ func determineTreeRoot(v *viper.Viper, cfg *Config) error {
287
cfg.TreeRootCmd = "git rev-parse --show-toplevel"
288
289
log.Infof(
290
- "git walker enabled, but tree root has not been specified: defaulting tree-root-cmd to '%s'",
+ "git walker enabled and tree root has not been specified: defaulting tree-root-cmd to '%s'",
291
cfg.TreeRootCmd,
292
)
293
}
0 commit comments