Skip to content

Commit 0914225

Browse files
authored
fix: Add consistent use of coder templates init (#3665)
Closes #2303.
1 parent 706bceb commit 0914225

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/lima/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This will:
2525

2626
Once this completes, you can visit `http://localhost:3000` and start creating workspaces!
2727

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!
2929

3030
## Further Information
3131

site/src/pages/TemplatesPage/TemplatesPageView.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export const TemplatesPageView: FC<React.PropsWithChildren<TemplatesPageViewProp
135135
: Language.emptyViewNoPerms
136136
}
137137
descriptionClassName={styles.emptyDescription}
138-
cta={<CodeExample code="coder template init" />}
138+
cta={<CodeExample code="coder templates init" />}
139139
/>
140140
</TableCell>
141141
</TableRow>

0 commit comments

Comments
 (0)