Skip to content

Commit

Permalink
Display URL constant for marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
zyzzyxdonta committed Dec 19, 2024
1 parent f1f4909 commit 679ec34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hermes/commands/marketplace.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from hermes.utils import hermes_doi, hermes_user_agent

MARKETPLACE_URL = "https://hermes.software-metadata.pub"
MARKETPLACE_URL_DISPLAY = f"{MARKETPLACE_URL}#plugins"


class SchemaOrgModel(BaseModel):
Expand Down Expand Up @@ -96,7 +97,7 @@ def main():

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

if parser.plugins:
Expand Down

0 comments on commit 679ec34

Please sign in to comment.