summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0f3c20ec..f8416120 100644
--- a/windows/win_file.ps1
+++ b/windows/win_file.ps1
@@ -56,7 +56,7 @@ If ( $state -eq "touch" )
}
Else
{
- echo $null > $file
+ echo $null > $path
}
$result.changed = $TRUE
}