win_scheduled_task: fix days_of_week var command typo (#3198)

pull/4420/head
Ville Reijonen 2016-10-17 09:44:49 +03:00 committed by Matt Clay
parent adc62226d4
commit e5688c709a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ $ErrorActionPreference = "Stop"
$params = Parse-Args $args;
$days_of_week = Get-AnsibleParam $params -anem "days_of_week"
$days_of_week = Get-AnsibleParam $params -name "days_of_week"
$enabled = Get-AnsibleParam $params -name "enabled" -default $true
$enabled = $enabled | ConvertTo-Bool
$description = Get-AnsibleParam $params -name "description" -default " "