Skip to content

Commit

Permalink
Fix issue #33.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgooch committed Jan 13, 2021
1 parent 4cf44f0 commit e1e5d90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/crypto/certmanager/storage/awssecretsmanager/locker.go
Expand Up @@ -123,6 +123,7 @@ func (ls *LockingStorer) unlock() error {
return fmt.Errorf("unable to remove LOCK label for SecretId: %s",
ls.secretId)
}
ls.lockVersion = nil
ls.logger.Printf("unlocked AWS Secrets Manager, SecretId: %s\n",
ls.secretId)
return nil
Expand Down

0 comments on commit e1e5d90

Please sign in to comment.