Skip to content

Commit 82a362a

Browse files
committed
add TODO
1 parent d37b045 commit 82a362a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/clone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = async function gitClone(repos, args) {
77
const cwdPath = path.resolve(process.cwd());
88

99
for (let i = 0; i < repos.length; i++) {
10-
// ToDo: Check if path exist and if git.config or package.json exist continue
10+
// TODO: Check if path exist and if git.config or package.json exist continue
1111
if (cwdPath !== repos[i].absolutePath) {
1212
if (!fs.existsSync(repos[i].directory))
1313
fs.mkdirSync(repos[i].directory);

0 commit comments

Comments
 (0)