Skip to content

Commit 992aa9b

Browse files
committed
Fix typo in npm run bootstrap
1 parent 11c930a commit 992aa9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/InstallNode.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Move-Item .\node_modules\npm -Destination .\node_modules\npm2
2424
.\node.exe .\node_modules\npm2\bin\npm-cli.js i -g npm@latest
2525

2626
Set-Location -Path $PSScriptRoot\..\
27-
npm run boostrap
27+
npm run bootstrap

0 commit comments

Comments
 (0)