[F] Fix distro name escape
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
|
||||
iglunix = AsciiArt(match=""""iglunix"*|"iglu"*""", color='8', ascii="""
|
||||
iglunix = AsciiArt(match=r'''"iglunix"*|"iglu"*''', color='8', ascii=r"""
|
||||
${c1} |
|
||||
| |
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user