Fix typo
This commit is contained in:
parent
8b0ad2f675
commit
6a9c9cbaae
@ -76,7 +76,7 @@ def run():
|
||||
for entry in operations:
|
||||
run_operations(pkgman, entry)
|
||||
|
||||
if libcalamares.globalstorage.contains("pagkageOperations"):
|
||||
if libcalamares.globalstorage.contains("packageOperations"):
|
||||
operations = libcalamares.globalstorage.value("packageOperations")
|
||||
for entry in operations:
|
||||
run_operations(pkgman, entry)
|
||||
|
Loading…
Reference in New Issue
Block a user