Skip to content

Commit

Permalink
Fix CLI formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Gonzalez authored and Nico Gonzalez committed May 30, 2020
1 parent 78e5cbe commit bd05e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GitHub.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ def __init__(self):


def cli(self):
print(colored("========================================================================", "cyan"))
print(colored("============================================", "cyan"))
print(colored(Figlet(font="slant").renderText("Demeter"), "cyan") + "v2.1.0",)
print(colored("========================================================================", "cyan"))
print(colored("============================================", "cyan"))

ticket_mismatches = []
indexed_pull_requests = None
Expand Down

0 comments on commit bd05e35

Please sign in to comment.