From 1a28cc60ed5f25e1597ab93dd41c7ae92b94621c Mon Sep 17 00:00:00 2001 From: Merill Fernando Date: Fri, 24 May 2024 23:53:49 +1000 Subject: [PATCH] Update Update-CommandReference.ps1 --- build/Update-CommandReference.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/build/Update-CommandReference.ps1 b/build/Update-CommandReference.ps1 index 48db4c6..39e5117 100644 --- a/build/Update-CommandReference.ps1 +++ b/build/Update-CommandReference.ps1 @@ -8,7 +8,6 @@ if (-not (Get-Module PlatyPS -ListAvailable)) { Install-Module PlatyPS -Scope Cu Import-Module Alt3.Docusaurus.Powershell Import-Module PlatyPS Import-Module ./src/MSIdentityTools.psm1 -Force -Import-Module -Name MSIdentityTools # Generate the command reference markdown $commandsIndexFile = "./website/docs/commands/readme.md"