Skip to content

Commit fa36dc3

Browse files
committed
Fixed compilation error
Signed-off-by: Anand Francis Joseph <[email protected]>
1 parent 209eee8 commit fa36dc3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/utils/kube/resource_ops.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,7 @@ func (k *kubectlResourceOperations) ApplyResource(ctx context.Context, obj *unst
233233
"dry-run", dryRunStrategy,
234234
"manager", manager,
235235
"serverSideApply", serverSideApply,
236-
"serverSideDiff", serverSideDiff
237-
).Info(fmt.Sprintf("Applying resource %s/%s in cluster: %s, namespace: %s", obj.GetKind(), obj.GetName(), k.config.Host, obj.GetNamespace()))
236+
"serverSideDiff", serverSideDiff).Info(fmt.Sprintf("Applying resource %s/%s in cluster: %s, namespace: %s", obj.GetKind(), obj.GetName(), k.config.Host, obj.GetNamespace()))
238237
return k.runResourceCommand(ctx, obj, dryRunStrategy, func(f cmdutil.Factory, ioStreams genericclioptions.IOStreams, fileName string) error {
239238
cleanup, err := k.processKubectlRun("apply")
240239
if err != nil {

0 commit comments

Comments
 (0)