Skip to content

Commit

Permalink
How did that get there? 😶
Browse files Browse the repository at this point in the history
  • Loading branch information
koskila committed Oct 24, 2023
1 parent 802a519 commit 00f899f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Admin/RenameTenantSite.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class RenameTenantSite : PnPAdminCmdlet
public SwitchParameter SuppressBcsCheck { get; set; }

[Parameter(Mandatory = false)]
public SwitchParameter SuppressAdminUrlValidation { get; set; };
public SwitchParameter SuppressAdminUrlValidation { get; set; }

[Parameter(Mandatory = false)]
public SwitchParameter Wait { get; set; }
Expand Down

0 comments on commit 00f899f

Please sign in to comment.