[initramfs] Fix syntax error

This commit is contained in:
Adriaan de Groot 2019-04-27 14:12:03 -04:00
parent 5534c1b939
commit b8be07573b

View File

@ -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)