Skip to content

Commit 75dca41

Browse files
committed
fix: repo link
1 parent 4f445c6 commit 75dca41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ def show_info(self):
606606
"""
607607
print(font)
608608
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")
609+
console.print("Repo: [link=https://github.com/eelixir/vanta]github.com/eelixir/vanta[/link]\n", style="cyan")
610610

611611
def run(self):
612612
"""Main application loop"""

0 commit comments

Comments
 (0)