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 d37b045 commit 82a362aCopy full SHA for 82a362a
1 file changed
src/commands/clone.js
@@ -7,7 +7,7 @@ module.exports = async function gitClone(repos, args) {
7
const cwdPath = path.resolve(process.cwd());
8
9
for (let i = 0; i < repos.length; i++) {
10
- // ToDo: Check if path exist and if git.config or package.json exist continue
+ // TODO: Check if path exist and if git.config or package.json exist continue
11
if (cwdPath !== repos[i].absolutePath) {
12
if (!fs.existsSync(repos[i].directory))
13
fs.mkdirSync(repos[i].directory);
0 commit comments