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 4c197b8

Browse files
cmaglieumbynos
andcommittedAug 10, 2022
Update arduino/discovery/discovery_client/main.go
Co-authored-by: Umberto Baldi <34278123+umbynos@users.noreply.github.com>
1 parent 7c6784e commit 4c197b8

File tree

1 file changed

+1
-1
lines changed
  • arduino/discovery/discovery_client

1 file changed

+1
-1
lines changed
 

‎arduino/discovery/discovery_client/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func main() {
4141
activePorts := map[string]*discovery.Port{}
4242
watcher, err := dm.Watch()
4343
if err != nil {
44-
log.Fatalf("failed to start discvoeries: %v", err)
44+
log.Fatalf("failed to start discoveries: %v", err)
4545
}
4646
if err := ui.Init(); err != nil {
4747
log.Fatalf("failed to initialize termui: %v", err)

0 commit comments

Comments
 (0)
Please sign in to comment.