Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-cli
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Operations
Operations
Metrics
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-cli
Commits
1388c00d
Commit
1388c00d
authored
Aug 13, 2018
by
Cristian Maglie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed message
parent
82b4ea1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
commands/commands.go
commands/commands.go
+1
-1
No files found.
commands/commands.go
View file @
1388c00d
...
...
@@ -81,7 +81,7 @@ func InitPackageManager() *packagemanager.PackageManager {
for
_
,
URL
:=
range
configs
.
BoardManagerAdditionalUrls
{
if
err
:=
pm
.
LoadPackageIndex
(
URL
);
err
!=
nil
{
formatter
.
PrintError
(
err
,
"Failed to load "
+
URL
.
String
()
+
" package index.
\n
"
+
"Try updating all indexes with `
arduino
core update-index`."
)
"Try updating all indexes with `
"
+
AppName
+
"
core update-index`."
)
os
.
Exit
(
ErrCoreConfig
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment