Skip to content

Commit

Permalink
Nicer message
Browse files Browse the repository at this point in the history
  • Loading branch information
zyzzyxdonta committed Dec 16, 2024
1 parent 8682cf5 commit 0818ee2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/hermes/commands/marketplace.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ def main():
parser = PluginMarketPlaceParser()
parser.feed(response.text)

print(f"See the detailed list of plugins here: {MARKETPLACE_URL}#plugins")
print(
"A detailed list of available plugins can be found on the "
f"Hermes website at {MARKETPLACE_URL}#plugins"
)

if parser.plugins:
print()
Expand Down

0 comments on commit 0818ee2

Please sign in to comment.