Skip to content

Commit 9319cb7

Browse files
maaftmagnifying-lens
authored andcommitted
make linter happy
1 parent 8c4ae9f commit 9319cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster-autoscaler/cloudprovider/datacrunch/datacrunch_node_group.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const (
4444
)
4545

4646
var (
47-
PreStartupScriptTemplate = `
47+
preStartupScriptTemplate = `
4848
#!/bin/bash
4949
5050
# 1. get access token
@@ -547,7 +547,7 @@ func buildPreScript(n *datacrunchNodeGroup, scriptName string) (string, error) {
547547
}
548548

549549
// Process the template
550-
return processPreScriptTemplate(PreStartupScriptTemplate, templateData)
550+
return processPreScriptTemplate(preStartupScriptTemplate, templateData)
551551
}
552552

553553
func deployInstance(client *datacrunchclient.Client, deployReq datacrunchclient.DeployInstanceRequest, instanceOption InstanceOption, pricingOption *PricingOption) error {

0 commit comments

Comments
 (0)