Remove whitespace

main
n3rdopolis 8 years ago committed by GitHub
parent aac783ed3a
commit 05e48d4357

@ -27,7 +27,7 @@ def run():
:return: :return:
""" """
return_code = target_env_call(["update-initramfs", "-k", "all", "-c", return_code = target_env_call(["update-initramfs", "-k", "all", "-c",
"-t"]) "-t"])
if return_code != 0: if return_code != 0:

Loading…
Cancel
Save