[F] Remove unexpected quotation mark
This commit is contained in:
parent
b744be3255
commit
9a77c39170
1 changed files with 1 additions and 1 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue