Skip to content

Commit 7f1eda2

Browse files
committed
fix: Dockerfile
1 parent 82b75c6 commit 7f1eda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databusclient/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def download(
3939
databusuris: List[str] = typer.Argument(..., help="any kind of these: databus identifier, databus collection identifier, query file"),
4040
localDir: str = typer.Option(None , help="local databus folder"), # if not given, databus folder structure is created in current working directory
4141
databus: str = typer.Option(None, help="databus URL"), # if not given, inferred on databusuri (e.g. https://databus.dbpedia.org/sparql)
42-
toen: str = typer.Option(None, help="Path to Vault refresh token file"),
42+
token: str = typer.Option(None, help="Path to Vault refresh token file"),
4343
authUrl: str = typer.Option("https://auth.dbpedia.org/realms/dbpedia/protocol/openid-connect/token", help="Keycloak token endpoint URL"),
4444
clientId: str = typer.Option("vault-token-exchange", help="Client ID for token exchange")
4545
):

0 commit comments

Comments
 (0)