Skip to content

Commit aafb44c

Browse files
committed
fixup
1 parent 5d2846c commit aafb44c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

cli/templateedit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
func (r *RootCmd) templateEdit() *serpent.Command {
1818
const deprecatedFlagName = "deprecated"
19-
daysOfWeekEnum := []string{"monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday", "all"}
19+
daysOfWeekEnum := []string{"monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday"}
2020
var (
2121
name string
2222
displayName string

cli/testdata/coder_templates_edit_--help.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ OPTIONS:
2525
--allow-user-cancel-workspace-jobs bool (default: true)
2626
Allow users to cancel in-progress workspace jobs.
2727

28-
--autostart-requirement-weekdays [monday|tuesday|wednesday|thursday|friday|saturday|sunday|all|all]
28+
--autostart-requirement-weekdays [monday|tuesday|wednesday|thursday|friday|saturday|sunday|all]
2929
Edit the template autostart requirement weekdays - workspaces created
3030
from this template can only autostart on the given weekdays. To unset
3131
this value for the template (and allow autostart on all days), pass
3232
'all'.
3333

34-
--autostop-requirement-weekdays [monday|tuesday|wednesday|thursday|friday|saturday|sunday|all|none]
34+
--autostop-requirement-weekdays [monday|tuesday|wednesday|thursday|friday|saturday|sunday|none]
3535
Edit the template autostop requirement weekdays - workspaces created
3636
from this template must be restarted on the given weekdays. To unset
3737
this value for the template (and disable the autostop requirement for

docs/cli/templates_edit.md

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)