Skip to content

Commit

Permalink
Update aux.go
Browse files Browse the repository at this point in the history
[]string{} return null array in env
  • Loading branch information
dciangot authored Oct 30, 2023
1 parent 32e30c9 commit 2cb2896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sidecars/slurm/aux.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func prepare_envs(container v1.Container) []string {

return env
} else {
return []
return []string{}
}
}

Expand Down

0 comments on commit 2cb2896

Please sign in to comment.