Skip to content

Commit 3e7dc91

Browse files
committed
Iter
1 parent 7084669 commit 3e7dc91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/deployment/reconcile/action_license_generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func (a *actionLicenseGenerate) Start(ctx context.Context) (bool, error) {
101101
}
102102

103103
if inv.DeploymentId != did {
104-
a.log.Err(err).Error("Invalid deployment ID in inventory")
104+
a.log.Error("Invalid deployment ID in inventory")
105105
return true, nil
106106
}
107107

pkg/deployment/reconcile/plan_builder_license.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func (r *Reconciler) updateClusterLicenseDiscover(spec api.DeploymentSpec, conte
111111
return api.LicenseModeAPI, nil
112112
}
113113

114-
return "", errors.Errorf("Unable to discover LicenseAPIKey mode")
114+
return "", errors.Errorf("Unable to discover License mode")
115115
}
116116

117117
func (r *Reconciler) updateClusterLicenseKey(ctx context.Context, spec api.DeploymentSpec, status api.DeploymentStatus, context PlanBuilderContext) api.Plan {

0 commit comments

Comments
 (0)