Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit b768722

Browse files
committed
try fix build failure
1 parent 5b59d9d commit b768722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build/Bootstrap.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Install-Psake
1414

1515
$psakeDirectory = (Resolve-Path $env:ChocolateyInstall\lib\Psake*)
1616

17-
Import-Module (Join-Path $psakeDirectory "tools\Psake.psm1")
17+
Import-Module (Join-Path $psakeDirectory "tools\Psake\Psake.psm1")
1818

1919
if($Help)
2020
{

0 commit comments

Comments
 (0)