8000
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 effe50d commit d68fc7aCopy full SHA for d68fc7a
hub.go
@@ -264,7 +264,7 @@ func (h *hub) checkCmd(m []byte) {
264
} else if strings.HasPrefix(sl, "log") {
265
go h.logAction(sl)
266
} else if strings.HasPrefix(sl, "restart") {
267
- // potentially, the sysStray dependencies can be removed https://gith.com/arduino/arduino-create-agent/issues/1013
+ // potentially, the sysStray dependencies can be removed https://github.com/arduino/arduino-create-agent/issues/1013
268
log.Println("Received restart from the daemon. Why? Boh")
269
h.systray.Restart()
270
} else if strings.HasPrefix(sl, "exit") {
0 commit comments