Skip to content

Commit

Permalink
feat: remove alias prepend
Browse files Browse the repository at this point in the history
Co-authored-by: El De-dog-lo <[email protected]>
  • Loading branch information
johnson2427 and fubuloubu authored Jun 21, 2024
1 parent 11f8325 commit 19a99f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ape_aws/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class KmsAccount(AccountAPI):

@property
def alias(self) -> str:
return self.key_alias
return self.key_alias.strip("alias/")

@property
def public_key(self):
Expand Down

0 comments on commit 19a99f1

Please sign in to comment.