Skip to content

Commit d68fc7a

Browse files
committed
fix: correct GitHub link in comment for clarity
1 parent effe50d commit d68fc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ func (h *hub) checkCmd(m []byte) {
264264
} else if strings.HasPrefix(sl, "log") {
265265
go h.logAction(sl)
266266
} else if strings.HasPrefix(sl, "restart") {
267-
// potentially, the sysStray dependencies can be removed https://gith.com/arduino/arduino-create-agent/issues/1013
267+
// potentially, the sysStray dependencies can be removed https://github.com/arduino/arduino-create-agent/issues/1013
268268
log.Println("Received restart from the daemon. Why? Boh")
269269
h.systray.Restart()
270270
} else if strings.HasPrefix(sl, "exit") {

0 commit comments

Comments
 (0)