Skip to content

Commit

Permalink
umu_util: update reaper message
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Mar 27, 2024
1 parent fd1798f commit 406611f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umu/umu_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def _update_umu(
if not local.joinpath("reaper").is_file():
log.warning("Reaper not found")
copy(root.joinpath("reaper"), local.joinpath("reaper"))
log.console(f"Restored {key} to {val} ...")
log.console(f"Restored {key} to {val}")

# Update
if val != reaper:
Expand Down

0 comments on commit 406611f

Please sign in to comment.