Skip to content

Commit a7dbaac

Browse files
committed
Fix hidden tabs in string literal
1 parent 9094f17 commit a7dbaac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nodeup/pkg/model/kubelet.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -482,9 +482,9 @@ providers:
482482
apiVersion: credentialprovider.kubelet.k8s.io/v1
483483
args:
484484
- get-credentials
485-
env:
486-
- name: AWS_REGION
487-
value: ` + b.Cloud.Region() + `
485+
env:
486+
- name: AWS_REGION
487+
value: ` + b.Cloud.Region() + `
488488
`
489489

490490
t := &nodetasks.File{

0 commit comments

Comments
 (0)