Skip to content

Commit

Permalink
Update Update-CommandReference.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed May 24, 2024
1 parent 34118a3 commit 1a28cc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/Update-CommandReference.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1a28cc6

Please sign in to comment.