From 770a000677660bf53e23d14332541ab999d87fda Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Wed, 24 Aug 2022 15:12:15 +0000 Subject: [PATCH] fix: Add consistent use of `coder templates init` Closes #2303. --- examples/lima/README.md | 2 +- site/src/pages/TemplatesPage/TemplatesPageView.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/lima/README.md b/examples/lima/README.md index 97e631e389e41..67fd5a51bd998 100644 --- a/examples/lima/README.md +++ b/examples/lima/README.md @@ -25,7 +25,7 @@ This will: 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 diff --git a/site/src/pages/TemplatesPage/TemplatesPageView.tsx b/site/src/pages/TemplatesPage/TemplatesPageView.tsx index 002cc2d6a7dbb..78b2dab78375d 100644 --- a/site/src/pages/TemplatesPage/TemplatesPageView.tsx +++ b/site/src/pages/TemplatesPage/TemplatesPageView.tsx @@ -135,7 +135,7 @@ export const TemplatesPageView: FC} + cta={} />