Skip to content

Commit

Permalink
fixup! feat(hmsl): add initial structure for check-secret-manager group
Browse files Browse the repository at this point in the history
  • Loading branch information
corenting committed Aug 22, 2023
1 parent 4f3c3f9 commit 17efefc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ggshield/cmd/hmsl/check_secret_manager/hashicorp_vault.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def _get_vault_token(use_vault_cli_token: bool) -> str:
is_flag=True,
show_default=True,
default=False,
help="Instead of getting the token from the an environment variable, "
"get the token from the CLI tool.",
help="Instead of getting the token from the environment variable, "
"get it from the CLI tool.",
)
@click.option(
"--url",
Expand Down

0 comments on commit 17efefc

Please sign in to comment.