Skip to content

Commit e8e76c6

Browse files
Update internal/authentication/tokengetter.go
Co-authored-by: Bryce Palmer <[email protected]>
1 parent 5196201 commit e8e76c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/authentication/tokengetter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type TokenGetter struct {
2020
mu sync.RWMutex
2121
}
2222

23-
type SANotFoundError struct {
23+
type ServiceAccountNotFoundError struct {
2424
ServiceAccountName string
2525
}
2626

0 commit comments

Comments
 (0)