Skip to content

Commit

Permalink
fix minor tinygo build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfeldman committed Jan 13, 2025
1 parent 4b18056 commit bb21b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/device/run-tinygo.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func Run(maker Maker) {
panic(err)
}

root.Set(flagOnline | flagMetal)
root.set(flagOnline | flagMetal)

if err := root.Setup(); err != nil {
panic(err)
Expand Down

0 comments on commit bb21b77

Please sign in to comment.