Try to correct character per line count

main
n3rdopolis 8 years ago committed by GitHub
parent 086a019d19
commit aac783ed3a

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

Loading…
Cancel
Save