Skip to content

Commit 70e6b80

Browse files
committedMar 14, 2024··
fix typos in kubeconfig cluster generator
1 parent 118b24a commit 70e6b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎internal/gcp/auth.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func ValidateUserLogin(ctx context.Context) error {
2929

3030
user := strings.TrimSpace(buf.String())
3131
if !strings.HasSuffix(user, "@nais.io") {
32-
return fmt.Errorf("active gcloud-user is not a nais.io-user: %v", user)
32+
return fmt.Errorf("active gcloud user is not a nais.io user: %v", user)
3333
}
3434

3535
_, exists := os.LookupEnv("GOOGLE_APPLICATION_CREDENTIALS")

0 commit comments

Comments
 (0)
Please sign in to comment.