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 82b4ea1 commit 1388c00Copy full SHA for 1388c00
commands/commands.go
@@ -81,7 +81,7 @@ func InitPackageManager() *packagemanager.PackageManager {
81
for _, URL := range configs.BoardManagerAdditionalUrls {
82
if err := pm.LoadPackageIndex(URL); err != nil {
83
formatter.PrintError(err, "Failed to load "+URL.String()+" package index.\n"+
84
- "Try updating all indexes with `arduino core update-index`.")
+ "Try updating all indexes with `"+AppName+" core update-index`.")
85
os.Exit(ErrCoreConfig)
86
}
87
0 commit comments