[initramfs] Fix syntax error
This commit is contained in:
parent
5534c1b939
commit
b8be07573b
@ -44,7 +44,7 @@ def run():
|
|||||||
"-t"])
|
"-t"])
|
||||||
|
|
||||||
if return_code != 0:
|
if return_code != 0:
|
||||||
libcalamares.utils.debug("update-initramfs returned {}".format(return_code)
|
libcalamares.utils.debug("update-initramfs returned {}".format(return_code))
|
||||||
return (
|
return (
|
||||||
_("Failed to run update-initramfs on the target"),
|
_("Failed to run update-initramfs on the target"),
|
||||||
_("The exit code was {}").format(return_code)
|
_("The exit code was {}").format(return_code)
|
||||||
|
Loading…
Reference in New Issue
Block a user