Skip to content
Snippets Groups Projects
Commit b8be0757 authored by Adriaan de Groot's avatar Adriaan de Groot
Browse files

[initramfs] Fix syntax error

parent 5534c1b9
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment