Skip to content

Commit 968de16

Browse files
authored
fix(cli): install undefined variable (#3176)
1 parent 532e4b1 commit 968de16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/installer/cli/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ func runManagerExperienceInstall(
775775
}
776776

777777
if flags.headless {
778-
return runV3InstallHeadless(ctx, cancel, flags, apiConfig, metricsReporter)
778+
return runV3InstallHeadless(ctx, cancel, flags, apiOptions, metricsReporter)
779779
}
780780

781781
logrus.Infof("\nVisit the %s manager to continue: %s\n",

0 commit comments

Comments
 (0)