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