Remove toLower on source (#31983)
Having this here breaks any source URLs that require case sensitivity.
This commit is contained in:
parent
e7d7a29a46
commit
ed342e8ce3
1 changed files with 0 additions and 4 deletions
|
@ -39,10 +39,6 @@ $result = @{
|
|||
changed = $false
|
||||
}
|
||||
|
||||
if ($source) {
|
||||
$source = $source.Tolower()
|
||||
}
|
||||
|
||||
if ($upgrade)
|
||||
{
|
||||
Add-DeprecationWarning -obj $result -message "Parameter upgrade=yes is replaced with state=latest" -version 2.6
|
||||
|
|
Loading…
Reference in a new issue