Skip to content

Commit

Permalink
added make variable
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDigitalEagle committed Dec 7, 2022
1 parent c13cf9e commit eebbeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/update_app_environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func (broker *SCSBroker) UpdateAppEnvironment(cfClient *ccv3.Client, app *ccv3.A

var hostKeySetSSH bool = false
var profiles []string
var envVarToSet ccv3.EnvironmentVariables
envVarToSet := make(ccv3.EnvironmentVariables)
for key, value := range params {

envVarToSet[key] = *types.NewFilteredString(value)
Expand Down

0 comments on commit eebbeff

Please sign in to comment.