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 836c00e commit ee542efCopy full SHA for ee542ef
cmd/crc/cmd/config/get.go
@@ -28,7 +28,7 @@ func configGetCmd(config config.Storage) *cobra.Command {
28
telemetry.SetConfigurationKey(cmd.Context(), args[0])
29
30
if v.IsDefault {
31
- fmt.Printf("Configuration property '%s' is not set. Default value is '%s'\n", key, v.AsString())
+ fmt.Printf("Configuration property '%s' is not set. Default value '%s' is used\n", key, v.AsString())
32
} else {
33
fmt.Println(key, ":", v.AsString())
34
}
0 commit comments