summaryrefslogtreecommitdiff
path: root/windows/win_file.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'windows/win_file.ps1')
-rw-r--r--windows/win_file.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/win_file.ps1 b/windows/win_file.ps1
index 958f9f04..e064c5c6 100644
--- a/windows/win_file.ps1
+++ b/windows/win_file.ps1
@@ -102,7 +102,7 @@ Else
If ( $state -eq "directory" )
{
- New-Item -ItemType directory -Path $path
+ New-Item -ItemType directory -Path $path | Out-Null
$result.changed = $TRUE
}