Skip to content

Commit f76bdde

Browse files
authored
Bugfix
1 parent 05edd43 commit f76bdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Build-Site.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Try {
8181

8282
$scriptBlockStableRelease = {
8383
Write-Host "Installing latest stable release of PnP PowerShell"
84-
Install-Module PnP.PowerShell -AllowPrerelease -Force
84+
Install-Module PnP.PowerShell -Force
8585

8686
Write-Host "Retrieving PnP PowerShell cmdlets"
8787
$cmdlets = Get-Command -Module PnP.PowerShell | Select-Object -ExpandProperty Name

0 commit comments

Comments
 (0)