Skip to content

Commit be0b463

Browse files
committed
Fix spelling of LICENCE_RESTRICTION / LICENSE_RESTRICTION in pool_update.precheck
This fixes the previous commit. Signed-off-by: Christian Lindig <[email protected]>
1 parent f4d9823 commit be0b463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/extensions/pool_update.precheck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def parse_control_package(session, yum_url):
100100
def parse_precheck_failure(xmldoc):
101101
errors = {
102102
UPDATE_PRECHECK_FAILED_WRONG_SERVER_VERSION: (FOUND, REQUIRED),
103-
'LICENSE_RESTRICTION': ('feature', )
103+
'LICENCE_RESTRICTION': ('feature', )
104104
}
105105

106106
error = xmldoc.getElementsByTagName(ERROR)[0]

0 commit comments

Comments
 (0)