diff --git a/js/common/cloneMissingRepos.js b/js/common/cloneMissingRepos.js index 3358dae6..c997bb95 100644 --- a/js/common/cloneMissingRepos.js +++ b/js/common/cloneMissingRepos.js @@ -15,7 +15,7 @@ const execute = require( './execute' ).default; /** * Clones missing repositories * @public - * + * @param [omitPrivate] * @returns {Promise.} - The names of the repos cloned */ module.exports = async omitPrivate => {