fix: Add consistent use of coder templates init (#3665)

Closes #2303.
This commit is contained in:
Kyle Carberry
2022-08-24 10:40:36 -05:00
committed by GitHub
parent 706bceb7e7
commit 09142255e6
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ This will:
Once this completes, you can visit `http://localhost:3000` and start creating workspaces! Once this completes, you can visit `http://localhost:3000` and start creating workspaces!
Alternatively, enter the VM with `limactl shell coder` and run `coder template init` to start creating your own templates! Alternatively, enter the VM with `limactl shell coder` and run `coder templates init` to start creating your own templates!
## Further Information ## Further Information

View File

@ -135,7 +135,7 @@ export const TemplatesPageView: FC<React.PropsWithChildren<TemplatesPageViewProp
: Language.emptyViewNoPerms : Language.emptyViewNoPerms
} }
descriptionClassName={styles.emptyDescription} descriptionClassName={styles.emptyDescription}
cta={<CodeExample code="coder template init" />} cta={<CodeExample code="coder templates init" />}
/> />
</TableCell> </TableCell>
</TableRow> </TableRow>