Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Fix typo in spacewalk-manage-channel-lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny Tordeurs authored and MichaelMraka committed Feb 11, 2019
1 parent 64ab77e commit b565e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/spacewalk-manage-channel-lifecycle
Expand Up @@ -187,7 +187,7 @@ def channel_exists(channel, quiet=False):

def merge_channels(source_label, dest_label):
if dest_label.startswith('rhel') and not options.tolerant:
logging.error("Destination lablel starts with 'rhel'. Aborting!")
logging.error("Destination label starts with 'rhel'. Aborting!")
logging.error("Pass --tolerant to override this")
sys.exit(1)

Expand Down

0 comments on commit b565e9d

Please sign in to comment.