Skip to content

Commit

Permalink
[fixed]: delete hyper-v cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflill committed Apr 5, 2024
1 parent ba0fd71 commit 00f4505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/Neon.Kube.HyperV/HyperVHostingManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ private List<ClusterVm> GetClusterVms(HyperVProxy hyperv)

// This can happen when there are no VMs deployed yet.

if (!string.IsNullOrEmpty(clusterId))
if (string.IsNullOrEmpty(clusterId))
{
return clusterVms;
}
Expand Down

0 comments on commit 00f4505

Please sign in to comment.