Skip to content

Commit

Permalink
chore(mac): fix command from refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero committed Dec 24, 2024
1 parent 9e0ab19 commit 7969133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/algod/mac/mac.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func Install() error {

// Create and load the launchd service
// TODO: find a clever way to avoid this or make sudo persist for the second call
err = system.RunAll(system.CmdsList{{"sudo", path, "node", "configure", "service"}})
err = system.RunAll(system.CmdsList{{"sudo", path, "configure", "service"}})
if err != nil {
return err
}
Expand Down

0 comments on commit 7969133

Please sign in to comment.