mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated done color
This commit is contained in:
parent
5f36c9224e
commit
1574fa28bc
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue