Skip to content

Commit

Permalink
Clone using the web URL (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonanitech authored Feb 28, 2025
1 parent a3fdb48 commit ea9a344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

await runner(
'git clone --depth=1 --no-tags git@github.com:node-red/node-red.git',
'git clone --depth=1 --no-tags --branch dev https://github.com/node-red/node-red.git',
rootDir,
'Cloning Node-RED repository'
)
Expand All @@ -34,7 +34,7 @@
if (!fs.existsSync(projectsDir)) {
await makeDir(projectsDir, 'Creating Projects directory')
await runner(
'git clone git@github.com:node-red-contrib-themes/theme-dev-project.git',
'git clone https://github.com/node-red-contrib-themes/theme-dev-project.git',
projectsDir,
'Cloning theme development project repository'
)
Expand Down

0 comments on commit ea9a344

Please # to comment.