Skip to content

Commit

Permalink
Fix some lint
Browse files Browse the repository at this point in the history
  • Loading branch information
twangboy committed Apr 15, 2019
1 parent a279d45 commit deb0b10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions salt/modules/win_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,7 @@ def add_trigger(name=None,
produces a daily schedule. An interval of 2 produces an
every-other day schedule. If no interval is specified, 1 is
used. Valid entries are 1 - 999.
*Weekly*
The task will run weekly.
Expand Down Expand Up @@ -2029,19 +2029,19 @@ def add_trigger(name=None,
are the names of the days of the week.
*OnIdle*
No special parameters required.
*OnTaskCreation*
No special parameters required.
*OnBoot*
No special parameters required.
*OnLogon*
No special parameters required.
*OnSessionChange*
Expand Down

0 comments on commit deb0b10

Please sign in to comment.