Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saltiyazan committed Dec 13, 2024
1 parent f6d4e14 commit d3c4cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ def _get_approle_auth_secret(self) -> AppRole | None:
"role-id", "secret-id", label=VAULT_CHARM_APPROLE_SECRET_LABEL
)
except NoSuchSecretError:
logger.warning("Apprle secret not yet created")
logger.warning("Approle secret not yet created")
return None
return AppRole(role_id, secret_id) if role_id and secret_id else None

Expand Down

0 comments on commit d3c4cf9

Please sign in to comment.