File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
repos/system_upgrade/cloudlinux/actors/switchclnchannel Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
44from leapp .actors import Actor
55from leapp .libraries .stdlib import api
6- from leapp .tags import FinalizationPhaseTag , IPUWorkflowTag
6+ from leapp .tags import FirstBootPhaseTag , IPUWorkflowTag
77from leapp .libraries .stdlib import CalledProcessError
88from leapp .libraries .common .cllaunch import run_on_cloudlinux
99from leapp .libraries .common .cln_switch import cln_switch , get_target_userspace_path
@@ -23,7 +23,7 @@ class SwitchClnChannelDownload(Actor):
2323 name = "switch_cln_channel"
2424 consumes = ()
2525 produces = (Report ,)
26- tags = (FinalizationPhaseTag , IPUWorkflowTag )
26+ tags = (FirstBootPhaseTag , IPUWorkflowTag )
2727
2828 @run_on_cloudlinux
2929 def process (self ):
You can’t perform that action at this time.
0 commit comments