fixed win_file state=touch

pull/18777/head
Andreas Reischuck 10 years ago committed by Matt Clay
parent 5e259a8dd9
commit 3cc14a0a65

@ -56,7 +56,7 @@ If ( $state -eq "touch" )
} }
Else Else
{ {
echo $null > $file echo $null > $path
} }
$result.changed = $TRUE $result.changed = $TRUE
} }

Loading…
Cancel
Save