mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Fix typo
This commit is contained in:
parent
8b0ad2f675
commit
6a9c9cbaae
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ def run():
|
||||||
for entry in operations:
|
for entry in operations:
|
||||||
run_operations(pkgman, entry)
|
run_operations(pkgman, entry)
|
||||||
|
|
||||||
if libcalamares.globalstorage.contains("pagkageOperations"):
|
if libcalamares.globalstorage.contains("packageOperations"):
|
||||||
operations = libcalamares.globalstorage.value("packageOperations")
|
operations = libcalamares.globalstorage.value("packageOperations")
|
||||||
for entry in operations:
|
for entry in operations:
|
||||||
run_operations(pkgman, entry)
|
run_operations(pkgman, entry)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue