mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Remove whitespace
This commit is contained in:
parent
aac783ed3a
commit
05e48d4357
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def run():
|
||||||
|
|
||||||
:return:
|
:return:
|
||||||
"""
|
"""
|
||||||
return_code = target_env_call(["update-initramfs", "-k", "all", "-c",
|
return_code = target_env_call(["update-initramfs", "-k", "all", "-c",
|
||||||
"-t"])
|
"-t"])
|
||||||
|
|
||||||
if return_code != 0:
|
if return_code != 0:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue