Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit c9e5d1d

Browse files
committed
Merge branch 'vapurrmaid/ch7441'
2 parents bcb9830 + 25cec1b commit c9e5d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/autostart.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func setAutostartCmd() *cobra.Command {
7171
Use: "set [time]",
7272
Short: "set autostart settings owned by the active user",
7373
Args: xcobra.ExactArgs(1),
74-
Long: "Set Coder autostart settings owned by the active user. The suppled time is in HH:mm:ss format and assumes UTC.",
74+
Long: "Set Coder autostart settings owned by the active user. The supplied time is in HH:mm:ss format and assumes UTC.",
7575
Example: `# Set my autostart preference to 10:00:00 AM UTC
7676
coder autostart set 10:00:00`,
7777
RunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)