Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Oct 3, 2023
1 parent 35676e8 commit 2c798c8
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 @@ -238,7 +238,7 @@ def _juju_secret_set(self, scope: str, key: str, value: str) -> str:

secret = self.secrets[scope].get(SECRET_LABEL)

# It's not the first secret for the scope, we can re-use the existing one
# It's not the first secret for the scope, we can reuse the existing one
# that was fetched in the previous call
if secret:
secret_cache = self.secrets[scope][SECRET_CACHE_LABEL]
Expand Down

0 comments on commit 2c798c8

Please sign in to comment.