Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin authored Oct 22, 2023
1 parent 74fd75e commit 54bc79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def apply(
new.deprovision(context=context)
elif todo == "update":
logger.info(f"Reverting {name}...")
old.sion_or_update(context=context)
old.provision_or_update(context=context)
except (KeyboardInterrupt, Exception) as e:
if isinstance(e, KeyboardInterrupt):
logger.error(m18n.n("operation_interrupted"))
Expand Down

0 comments on commit 54bc79e

Please sign in to comment.