We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e2855 commit 47c25e7Copy full SHA for 47c25e7
bin/cli.js
@@ -3,7 +3,7 @@
3
const { execSync } = require('child_process')
4
5
const repoName = process.argv[2]
6
-const gitCheckoutCommand = `git clone --depth 1 https://github.com/rahadkc/nextjs-typescript-redux-jest-cypress-starter ${repoName}`
+const gitCheckoutCommand = `git clone --depth 1 git@github.com:rahadkc/nextjs-typescript-redux-jest-cypress-starter.git ${repoName}`
7
const installDepsCommand = `cd ${repoName} && npm install`
8
9
console.log(`Cloning the repository ... ${repoName}`)
0 commit comments