Skip to content

Commit

Permalink
Clarify what binderhub supports for hydroshare
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Dec 21, 2024
1 parent 2480656 commit b185b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binderhub/repoproviders.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,8 @@ class HydroshareProvider(RepoProvider):
"id": "hydroshare",
"spec": {"validateRegex": r"[^/]+"},
"repo": {
"label": "Hydroshare resource id or URL",
"placeholder": "",
"label": "Hydroshare resource id",
"placeholder": "example: 8f7c2f0341ef4180b0dbe97f59130756",
"urlEncode": True,
},
"ref": {"enabled": False},
Expand Down

0 comments on commit b185b66

Please sign in to comment.