Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Gijsreyn committed Nov 6, 2024
1 parent d816dc3 commit cd15ed2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ uilt
Windo
ELSPROBLEMS
requ
whatif
pscustomobject
itsdangerouss
2 changes: 1 addition & 1 deletion resources/PythonPip3Dsc/PythonPip3Dsc.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function Invoke-Pip3Uninstall {
$command.Add((Get-PackageNameWithVersion @PSBoundParameters))
$command.Add($Arguments)

# '--yes' is needed to ignore confrimation required for uninstalls
# '--yes' is needed to ignore conformation required for uninstalls
$command.Add('--yes')
return Invoke-Pip3 -command $command
}
Expand Down

0 comments on commit cd15ed2

Please sign in to comment.