Skip to content

Commit 30bb19c

Browse files
Update cmd/arduino-flasher-cli/main.go
Co-authored-by: Luca Rinaldi <lucarin@protonmail.com>
1 parent 4ea0e8b commit 30bb19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/arduino-flasher-cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func main() {
6565
list.NewListCmd(),
6666
download.NewDownloadCmd(),
6767
version.NewVersionCmd(Version),
68-
daemon.NewDaemonCommand(srv),
68+
daemon.NewDaemonCommand(service.NewFlasherServer()),
6969
)
7070

7171
ctx := context.Background()

0 commit comments

Comments
 (0)