Skip to content

Commit 47c25e7

Browse files
committed
Update: https to ssh clone
1 parent 26e2855 commit 47c25e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const { execSync } = require('child_process')
44

55
const repoName = process.argv[2]
6-
const gitCheckoutCommand = `git clone --depth 1 https://github.com/rahadkc/nextjs-typescript-redux-jest-cypress-starter ${repoName}`
6+
const gitCheckoutCommand = `git clone --depth 1 git@github.com:rahadkc/nextjs-typescript-redux-jest-cypress-starter.git ${repoName}`
77
const installDepsCommand = `cd ${repoName} && npm install`
88

99
console.log(`Cloning the repository ... ${repoName}`)

0 commit comments

Comments
 (0)