Try to correct character per line count

This commit is contained in:
n3rdopolis 2017-08-06 12:07:12 -04:00 committed by GitHub
parent 086a019d19
commit aac783ed3a

View File

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