Skip to content

Commit

Permalink
Rollback task using "Convert" instead of "Rollback" (oamg#1130)
Browse files Browse the repository at this point in the history
Fix typo in rollback task log as it was using "convert" instead of
"rollback".
  • Loading branch information
r0x0d authored Mar 5, 2024
1 parent 0485d24 commit 3c65d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert2rhel/backup/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def restore(self):
if not self.enabled:
return

loggerinst.task("Convert: Remove installed RHSM packages")
loggerinst.task("Rollback: Remove installed RHSM packages")
loggerinst.info("Removing set of installed pkgs: %s" % utils.format_sequence_as_message(self.installed_pkgs))
remove_pkgs(self.installed_pkgs, backup=False, critical=False)

Expand Down

0 comments on commit 3c65d0d

Please sign in to comment.