Skip to content

Commit

Permalink
enhancement: Fix start and end order
Browse files Browse the repository at this point in the history
Signed-off-by: Shaun Megaw <[email protected]>
  • Loading branch information
rezizter committed Dec 1, 2023
1 parent 85ad1fd commit 2a4cd46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/alertmanager/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ provisioner:
- name: offhours
time_intervals:
- times:
- end_time: "21:00"
start_time: "24:00"
- start_time: "21:00"
end_time: "24:00"
location: "Africa/Johannesburg"

0 comments on commit 2a4cd46

Please sign in to comment.