Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0914225

Browse files
authored
fix: Add consistent use ofcoder templates init (#3665)
Closes#2303.
1 parent706bceb commit0914225

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎examples/lima/README.md

Lines changed: 1 addition & 1 deletion
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`codertemplate init` to start creating your own templates!
28+
Alternatively, enter the VM with`limactl shell coder` and run`codertemplates init` to start creating your own templates!
2929

3030
##Further Information
3131

‎site/src/pages/TemplatesPage/TemplatesPageView.tsx

Lines changed: 1 addition & 1 deletion
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={<CodeExamplecode="codertemplate init"/>}
138+
cta={<CodeExamplecode="codertemplates init"/>}
139139
/>
140140
</TableCell>
141141
</TableRow>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp