Skip to content

Commit

Permalink
Use lowercase mfm-info
Browse files Browse the repository at this point in the history
  • Loading branch information
donatwork committed Dec 9, 2024
1 parent 72b5017 commit 84ce0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func main() {
service.KubeConfig = *kubeconfig

// Run the service as a pre-init step.
if os.Getenv(gocsi.EnvVarMode) == "MDM-Info" {
if os.Getenv(gocsi.EnvVarMode) == "mdm-info" {
fmt.Fprintf(os.Stdout, "PowerFlex Container Storage Interface (CSI) Plugin starting in pre-init mode.")
svc := service.NewPreInitService()
err := svc.PreInit()
Expand Down

0 comments on commit 84ce0a2

Please sign in to comment.