Skip to content

Commit 476d17e

Browse files
committed
Update package and cli download link
1 parent fc840e9 commit 476d17e

File tree

3 files changed

+174
-163
lines changed

3 files changed

+174
-163
lines changed

npm-packages/cli/source/components/commands/create.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default function Create({cli}: {cli: Result<Flags>}) {
9797
</Box>,
9898
);
9999
try {
100-
await $`git clone --depth 1 https://github.com/ClayPulse/pulse-editor-extension-template.git ${name}`;
100+
await $`git clone --depth 1 https://github.com/ClayPulse/pulse-app-template.git ${name}`;
101101
} catch (error) {
102102
setCreateMessage(
103103
<Text color="redBright">

0 commit comments

Comments
 (0)