File tree 2 files changed +2
-2
lines changed
site/src/pages/TemplatesPage
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ This will:
25
25
26
26
Once this completes, you can visit ` http://localhost:3000 ` and start creating workspaces!
27
27
28
- Alternatively, enter the VM with ` limactl shell coder ` and run ` coder template init ` to start creating your own templates!
28
+ Alternatively, enter the VM with ` limactl shell coder ` and run ` coder templates init ` to start creating your own templates!
29
29
30
30
## Further Information
31
31
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export const TemplatesPageView: FC<React.PropsWithChildren<TemplatesPageViewProp
135
135
: Language . emptyViewNoPerms
136
136
}
137
137
descriptionClassName = { styles . emptyDescription }
138
- cta = { < CodeExample code = "coder template init" /> }
138
+ cta = { < CodeExample code = "coder templates init" /> }
139
139
/>
140
140
</ TableCell >
141
141
</ TableRow >
You can’t perform that action at this time.
0 commit comments