Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mjudeikis committed Oct 17, 2024
1 parent 57f8a63 commit 73bc028
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ func (r *workspaceStatusUpdater) reconcile(ctx context.Context, workspace *tenan
msg := fmt.Sprintf("Mount is not reporting ready. See %s %s status for more details", obj.GroupVersionKind().Kind, obj.GetName())
conditions.MarkFalse(workspace, tenancyv1alpha1.MountConditionReady, tenancyv1alpha1.MountReasonNotReady, conditionsv1alpha1.ConditionSeverityError, msg)
}

}

return reconcileStatusContinue, nil
Expand Down

0 comments on commit 73bc028

Please sign in to comment.