File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ func InitConfigs() {
66
66
// Read configuration from old configuration file if found, but output a warning.
67
67
if old := paths .New (".cli-config.yml" ); old .Exist () {
68
68
logrus .Errorf ("Old configuration file detected: %s." , old )
69
- logrus .Info ("The name of this file has been changed to `arduino-yaml`, please rename the file fix it." )
69
+ logrus .Info ("The name of this file has been changed to `arduino-cli. yaml`, please rename the file fix it." )
70
70
feedback .Error (
71
71
fmt .Errorf ("WARNING: Old configuration file detected: %s" , old ),
72
72
"The name of this file has been changed to `arduino-yaml`, in a future release we will not support" +
73
- "the old name `.cli-config.yml` anymore. Please rename the file to `arduino-yaml` to silence this warning." )
73
+ "the old name `.cli-config.yml` anymore. Please rename the file to `arduino-cli. yaml` to silence this warning." )
74
74
readConfigFrom (old )
75
75
}
76
76
You can’t perform that action at this time.
0 commit comments