Skip to content

Commit 6067403

Browse files
committed
fix indentation
1 parent 48fc97a commit 6067403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/provisionercreate.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ func provisionerCreate() *cobra.Command {
3535

3636
_, _ = fmt.Fprintln(cmd.ErrOrStderr(), `A new provisioner daemon has been registered.
3737
38-
Start the provisioner daemon with the following command:
38+
Start the provisioner daemon with the following command:
3939
40-
coder provisioners run --token `+tokenArg)
40+
coder provisioners run --token `+tokenArg)
4141

4242
return nil
4343
},

0 commit comments

Comments
 (0)