Skip to content

Commit

Permalink
Update $command
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek authored and azure-sdk committed Sep 23, 2024
1 parent 72bf4fd commit 260e888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/spelling/Invoke-Cspell.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ try {
npm ci | Write-Host

# Use the mutated configuration file when calling cspell
$command = "npm exec cspell $JobType --config $CSpellConfigPath --no-must-find-files --root $SpellCheckRoot --relative"
$command = "npm exec --no -- cspell $JobType --config $CSpellConfigPath --no-must-find-files --root $SpellCheckRoot --relative"
Write-Host $command
$cspellOutput = npm exec `
--no `
Expand Down

0 comments on commit 260e888

Please sign in to comment.