You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ var (
75
75
hostname=iniConf.String("hostname", "unknown-hostname", "Override the hostname we get from the OS")
76
76
httpProxy=iniConf.String("httpProxy", "", "Proxy server for HTTP requests")
77
77
httpsProxy=iniConf.String("httpsProxy", "", "Proxy server for HTTPS requests")
78
-
indexURL=iniConf.String("indexURL", "https://downloads.arduino.cc/packages/package_staging_index.json", "The address from where to download the index json containing the location of upload tools")
78
+
indexURL=iniConf.String("indexURL", "https://downloads.arduino.cc/packages/package_index.json", "The address from where to download the index json containing the location of upload tools")
0 commit comments