Skip to content

Commit

Permalink
Fix hidden tabs in string literal
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafonseca committed Jun 10, 2024
1 parent 9094f17 commit a7dbaac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nodeup/pkg/model/kubelet.go
Original file line number Diff line number Diff line change
Expand Up @@ -482,9 +482,9 @@ providers:
apiVersion: credentialprovider.kubelet.k8s.io/v1
args:
- get-credentials
env:
- name: AWS_REGION
value: ` + b.Cloud.Region() + `
env:
- name: AWS_REGION
value: ` + b.Cloud.Region() + `
`

t := &nodetasks.File{
Expand Down

0 comments on commit a7dbaac

Please sign in to comment.