Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel Pires <miguelpires94@gmail.com>
  • Loading branch information
stolowski and miguelpires authored Dec 7, 2021
1 parent 347dcd4 commit 7cd87b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/emulation.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (s *emulation) ReloadOrRestart(service string) error {
}

func (s *emulation) RestartAll(service string) error {
return &notImplementedError{"RestartAlll"}
return &notImplementedError{"RestartAll"}
}

func (s *emulation) Status(units ...string) ([]*UnitStatus, error) {
Expand Down

0 comments on commit 7cd87b7

Please sign in to comment.