mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
windows: Two simple errors using Add-Warning (#25955)
This commit is contained in:
committed by
Jordan Borean
parent
0dddae7ffa
commit
74efda65cd
@@ -45,7 +45,7 @@ if ($diff_support) {
|
||||
|
||||
# Fix HCCC:\ PSDrive for pre-2.3 compatibility
|
||||
if ($path -match "^HCCC:\\") {
|
||||
Add-Warning("Please use path: HKCC:\... instead of path: $path")
|
||||
Add-Warning $result "Please use path: HKCC:\... instead of path: $path"
|
||||
$path = $path -replace "HCCC:\\","HKCC:\\"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user