summaryrefslogtreecommitdiff
path: root/windows/win_unzip.ps1
diff options
context:
space:
mode:
authorPhil <schwartzmx@gmail.com>2015-06-22 08:55:41 -0500
committerPhil <schwartzmx@gmail.com>2015-06-22 08:55:41 -0500
commit92744ef5581d108eba3e17d539fc810de2a36e5f (patch)
treeb2392e74139614da55063083e9e5711e71650ce1 /windows/win_unzip.ps1
parent623a29cc0ecb00ddea636b89414517380a29d48b (diff)
downloadansible-modules-extras-92744ef5581d108eba3e17d539fc810de2a36e5f.tar.gz
fixes typo
Diffstat (limited to 'windows/win_unzip.ps1')
-rw-r--r--windows/win_unzip.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/win_unzip.ps1 b/windows/win_unzip.ps1
index 35a55c81..51b092f4 100644
--- a/windows/win_unzip.ps1
+++ b/windows/win_unzip.ps1
@@ -89,7 +89,7 @@ Else {
Fail-Json "PowerShellCommunityExtensions PowerShell Module (PSCX) is required for non-'.zip' compressed archive types."
}
Else {
- Set-Attr $result.win_zip "pscx_status" "present"
+ Set-Attr $result.win_unzip "pscx_status" "present"
}
# Import