Skip to content

Commit

Permalink
Check out the default branch when cloning (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonanitech authored Mar 1, 2025
1 parent ea9a344 commit 60d1ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 --branch dev https://github.com/node-red/node-red.git',
'git clone --depth=1 --no-tags https://github.com/node-red/node-red.git',
rootDir,
'Cloning Node-RED repository'
)
Expand Down

0 comments on commit 60d1ba2

Please # to comment.