Skip to content

Commit

Permalink
revert: add back log when system update is complete
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Oct 9, 2023
1 parent 82d84aa commit 9675101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ublue_update/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def run_updates(args):
capture_output=True,
)
log.debug(out.stdout.decode("utf-8"))
log.info("System update complete")
if pending_deployment_check():
out = notify(
"System Updater",
Expand Down

0 comments on commit 9675101

Please sign in to comment.