Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Jan 31, 2025
1 parent 853e185 commit f11d440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/installer/cli/restore2.go
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,7 @@ func restoreReconcileInstallationFromRuntimeConfig(ctx context.Context) error {
return fmt.Errorf("update installation: %w", err)
}

err = kubeutils.SetInstallationState(ctx, kcli, in, , ecv1beta1.InstallationStateKubernetesInstalled, "Kubernetes installed");
err = kubeutils.SetInstallationState(ctx, kcli, in, ecv1beta1.InstallationStateKubernetesInstalled, "Kubernetes installed")
if err != nil {
return fmt.Errorf("update installation status: %w", err)
}
Expand Down

0 comments on commit f11d440

Please sign in to comment.