mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
[initramfs] Fix syntax error
This commit is contained in:
parent
5534c1b939
commit
b8be07573b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def run():
|
|||
"-t"])
|
||||
|
||||
if return_code != 0:
|
||||
libcalamares.utils.debug("update-initramfs returned {}".format(return_code)
|
||||
libcalamares.utils.debug("update-initramfs returned {}".format(return_code))
|
||||
return (
|
||||
_("Failed to run update-initramfs on the target"),
|
||||
_("The exit code was {}").format(return_code)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue