We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f445c6 commit 75dca41Copy full SHA for 75dca41
src/main.py
@@ -606,7 +606,7 @@ def show_info(self):
606
"""
607
print(font)
608
self.console.print(f"Version: {self.version}", style="cyan")
609
- console.print("Repo: [link=https://github.com/eelixir/vanta]github.com/elixir/vanta[/link]\n", style="cyan")
+ console.print("Repo: [link=https://github.com/eelixir/vanta]github.com/eelixir/vanta[/link]\n", style="cyan")
610
611
def run(self):
612
"""Main application loop"""
0 commit comments