Skip to content

Commit 1f86500

Browse files
committed
fix incorrect message in switch_cln_channel actor
1 parent 92f56ac commit 1f86500

File tree

1 file changed

+4
-9
lines changed
  • repos/system_upgrade/cloudlinux/actors/switchclnchannel

1 file changed

+4
-9
lines changed

repos/system_upgrade/cloudlinux/actors/switchclnchannel/actor.py

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import os
2-
import json
3-
41
from leapp.actors import Actor
52
from leapp.libraries.stdlib import api
63
from leapp.tags import FirstBootPhaseTag, IPUWorkflowTag
@@ -12,12 +9,10 @@
129
from leapp.libraries.common.config.version import get_target_major_version
1310

1411

15-
DEFAULT_CLN_MIRROR = "https://xmlrpc.cln.cloudlinux.com/XMLRPC/"
16-
17-
18-
class SwitchClnChannelDownload(Actor):
12+
class SwitchClnChannel(Actor):
1913
"""
20-
Permanently switch CLN channel to target os version.
14+
Permanently switch CLN channel to target os version
15+
when upgrade is complete.
2116
"""
2217

2318
name = "switch_cln_channel"
@@ -33,7 +28,7 @@ def process(self):
3328
reporting.create_report(
3429
[
3530
reporting.Title(
36-
"Failed to switch CloudLinux Network channel from 7 to 8."
31+
"Failed to switch CloudLinux Network channel"
3732
),
3833
reporting.Summary(
3934
"Command {} failed with exit code {}."

0 commit comments

Comments
 (0)