mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
[packages] Fix trivial indent problem
This commit is contained in:
parent
a3b84fa674
commit
cd7d109114
1 changed files with 3 additions and 2 deletions
|
@ -255,7 +255,8 @@ class PMEntropy(PackageManager):
|
|||
# Doesn't need to update the system explicitly
|
||||
pass
|
||||
|
||||
class PMLuet(PackageManager):
|
||||
|
||||
class PMLuet(PackageManager):
|
||||
backend = "luet"
|
||||
|
||||
def install(self, pkgs, from_local=False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue