File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ func InitConfigs() {
6666 // Read configuration from old configuration file if found, but output a warning.
6767 if old := paths .New (".cli-config.yml" ); old .Exist () {
6868 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." )
7070 feedback .Error (
7171 fmt .Errorf ("WARNING: Old configuration file detected: %s" , old ),
7272 "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." )
7474 readConfigFrom (old )
7575 }
7676
You can’t perform that action at this time.
0 commit comments