Updated done color

This commit is contained in:
Dimitris Zlatanidis 2024-03-21 19:03:44 +02:00
parent 5f36c9224e
commit 1574fa28bc

View file

@ -76,7 +76,7 @@ class SBoGenerate(Configs):
sbo.write(f'SLACKBUILD SHORT DESCRIPTION: {short_description}\n')
sbo.write('\n')
print(f'{self.byellow}{self.ascii.done}{self.endc}\n')
print(f'{self.bgreen}{self.ascii.done}{self.endc}\n')
@staticmethod
def read_short_description(path: Path, name: str) -> str: