Skip to content

Commit a7d04a5

Browse files
committed
fix: rename lockResource and lockDir
1 parent 2e1c6e5 commit a7d04a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/util/secret.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ import (
1717
"github.com/zalando/go-keyring"
1818
)
1919

20-
var lockDir = os.TempDir() + "/aws-clie-oidc-lock"
20+
var lockDir = os.TempDir() + "/aws-clie-auth-lock"
2121
var locker lockgate.Locker
22-
var lockResource = "aws-cli-oidc"
22+
var lockResource = "aws-cli-auth"
2323

2424
func init() {
2525
var err error

0 commit comments

Comments
 (0)