This commit is contained in:
Artem Zinenko 2017-03-03 17:50:42 +03:00 committed by jctanner
commit 7decd10c76

View file

@ -111,6 +111,7 @@ Else {
Else { Else {
Expand-Archive -Path $src -OutputPath $dest -Force Expand-Archive -Path $src -OutputPath $dest -Force
} }
$result.changed = $true
} }
Catch { Catch {
$err_msg = $_.Exception.Message $err_msg = $_.Exception.Message