@pulse-editor/cli 0.1.0-beta.2 → 0.1.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -73,7 +73,7 @@ export default function Create({ cli }) {
|
|
|
73
73
|
// Clone the template repository
|
|
74
74
|
setCreateMessage(_jsxs(Box, { children: [_jsx(Spinner, { type: "dots" }), _jsx(Text, { children: " Creating a new Pulse Editor app using React template..." })] }));
|
|
75
75
|
try {
|
|
76
|
-
await $ `git clone --depth 1 https://github.com/ClayPulse/pulse-
|
|
76
|
+
await $ `git clone --depth 1 https://github.com/ClayPulse/pulse-app-template.git ${name}`;
|
|
77
77
|
}
|
|
78
78
|
catch (error) {
|
|
79
79
|
setCreateMessage(_jsx(Text, { color: "redBright", children: "\u274C Failed to clone the template. Please check your internet connection and try again." }));
|