Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-osman committed Jul 27, 2023
1 parent f8e622a commit 4feb759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ func install(c *cli.Context) error {
fmt.Println(" /lib/systemd/system/i5.service")
fmt.Println("")
fmt.Println("To enable the service and start it, run:")
fmt.Println(" systemctl enable lampctl")
fmt.Println(" systemctl start lampctl")
fmt.Println(" systemctl enable i5")
fmt.Println(" systemctl start i5")

return nil
}

0 comments on commit 4feb759

Please sign in to comment.