Skip to content

Commit 912c3d8

Browse files
Minor fix
1 parent 0ca00e6 commit 912c3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PrivateDns/PrivateDns/Zones/SetAzurePrivateDnsZone.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public override void ExecuteCmdlet()
9494

9595
if (zoneToUpdate.Name != null)
9696
{
97-
TrimTrailingDotInZoneName(zoneToUpdate.Name);
97+
zoneToUpdate.Name = TrimTrailingDotInZoneName(zoneToUpdate.Name);
9898
}
9999

100100
ConfirmAction(

0 commit comments

Comments
 (0)