We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e15f5 commit d569135Copy full SHA for d569135
src/gitfetch/cli.py
@@ -81,7 +81,7 @@ def main() -> int:
81
print(
82
f"\033[93mUpdate available: {latest}\n"
83
"Get it at: https://github.com/Matars/gitfetch/releases/latest\n"
84
- "Or run: brew upgrade gitfetch\033[0m")
+ "Or run: brew update && brew upgrade gitfetch\033[0m")
85
else:
86
print("You are using the latest version.")
87
0 commit comments