Skip to content

Commit b350f56

Browse files
change default value of indexURL to package_index.json
1 parent 135f425 commit b350f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var (
7575
hostname = iniConf.String("hostname", "unknown-hostname", "Override the hostname we get from the OS")
7676
httpProxy = iniConf.String("httpProxy", "", "Proxy server for HTTP requests")
7777
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")
7979
iniConf = flag.NewFlagSet("ini", flag.ContinueOnError)
8080
logDump = iniConf.String("log", "off", "off = (default)")
8181
origins = iniConf.String("origins", "", "Allowed origin list for CORS")

0 commit comments

Comments
 (0)