Skip to content

Commit

Permalink
fix: git clone command (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhyco committed Feb 23, 2024
1 parent 330337b commit fab9f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create/setupProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export async function setupProject(projectDir: string, project) {

// Download the app from github.com/coinbase/build-onchain-apps/apps and extract it
await execAsync(
'git clone ~/src/base/build-onchain-apps temp-build-onchain-apps'
'git clone https://github.com/coinbase/build-onchain-apps temp-build-onchain-apps'
);

fs.cpSync(getAppDir(), projectDir, {
Expand Down

0 comments on commit fab9f75

Please sign in to comment.