Skip to content

Commit

Permalink
Update CLI API checkout command
Browse files Browse the repository at this point in the history
  • Loading branch information
vholik committed May 7, 2024
1 parent 736956c commit 7631c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const runCommand = (command) => {
};

const folderName = process.argv[2];
const gitCheckoutCommand = `git clone --depth 1 https://github.com/mercurjs/mercur.git ${folderName}`;
const gitCheckoutCommand = `git clone --depth 1 https://github.com/mercurjs/mercur-api-starter.git ${folderName}`;

const checkedOut = runCommand(gitCheckoutCommand);
if (!checkedOut) {
Expand Down

0 comments on commit 7631c07

Please sign in to comment.