[initramfs] Fix syntax error

main
Adriaan de Groot 6 years ago
parent 5534c1b939
commit b8be07573b

@ -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…
Cancel
Save