[F] Remove unexpected quotation mark

This commit is contained in:
Hykilpikonna 2022-06-19 13:23:51 -04:00
parent b744be3255
commit 9a77c39170

View file

@ -55,7 +55,7 @@ def run_neofetch(preset: ColorProfile, mode: AnsiMode):
os.environ['ascii_lines'] = str(len(lines))
if platform.system() != 'Windows':
os.system(f'{get_command_path()} --ascii --source {path.absolute()} --ascii-colors"')
os.system(f'{get_command_path()} --ascii --source {path.absolute()} --ascii-colors')
if platform.system() == 'Windows':
cmd = get_command_path().replace("\\", "/").replace("C:/", "/c/")