Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f71b9a0

Browse files
authoredOct 14, 2022
add new origin to the agent (#728)
1 parent 55ef1fc commit f71b9a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ func loop() {
342342

343343
extraOrigins := []string{
344344
"https://create.arduino.cc",
345+
"https://cloud.arduino.cc",
345346
}
346347

347348
for i := 8990; i < 9001; i++ {

0 commit comments

Comments
 (0)
Please sign in to comment.