Skip to content

Commit

Permalink
fixed misnamed function
Browse files Browse the repository at this point in the history
it was a copy/paste typo
  • Loading branch information
maltfield committed Jun 13, 2023
1 parent e8c83e0 commit 0fe7ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/buskill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ def trigger_softshutdown_lin_shutdown(self):

self.trigger_softshutdown_lin_poweroff()

def trigger_softshutdown_lin_shutdown(self):
def trigger_softshutdown_lin_poweroff(self):

try:
# try to shutdown with the `poweroff` command
Expand Down

0 comments on commit 0fe7ade

Please sign in to comment.