Skip to content

Commit

Permalink
Fix documentation to have the correct max for minute of the day (#23)
Browse files Browse the repository at this point in the history
The correct max value is 1439. `(23*60)+59`
  • Loading branch information
KevinCarterDev authored Sep 16, 2022
1 parent ebf8349 commit cc9cd3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/time_range.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ The following arguments are supported:

- `manager_id` - (required) The ID of the manager this time range belongs to.
- `from_minute` - (required) The minute of the day that this time range should
start applying (min 0, max 1339).
start applying (min 0, max 1439).
- `until_minute` - (required) The minute of the day that this time range should
start applying (min 0, max 1339).
start applying (min 0, max 1439).
- `minimum` - (required) The minimum amount of dynos to run.
- `maximum` - (required) The maximum amount of dynos to run.
- `position` - (optional) The position of the time range (lower numbers take
Expand Down

0 comments on commit cc9cd3c

Please sign in to comment.