Skip to content

Commit

Permalink
arch_updates module: update auracle from sync to outdated (#2220)
Browse files Browse the repository at this point in the history
Upstream (https://github.com/falconindy/auracle) changed "sync" to "outdated" via 893c622, on 26 Oct 2019
  • Loading branch information
mlmatlock authored Dec 4, 2023
1 parent 9859d64 commit 1ecf469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py3status/modules/arch_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def _get_checkupdates_updates(self):

def _get_auracle_updates(self):
try:
updates = self.py3.command_output(["auracle", "sync"])
updates = self.py3.command_output(["auracle", "outdated"])
return len(updates.splitlines())
except self.py3.CommandError as ce:
return None if ce.error else 0
Expand Down

0 comments on commit 1ecf469

Please sign in to comment.