mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35: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:
|
||||
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…
Add table
Add a link
Reference in a new issue