fixed win_file state=touch

This commit is contained in:
Andreas Reischuck 2015-06-27 23:34:16 +02:00 committed by Brian Coca
parent 406402bb26
commit 02ea210db9

View file

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