Insert a space after "if" here https://github.com/apache/cordova-coho/pull/58#discussion_r19606268
--- Diff: src/repoutil.js --- @@ -449,14 +450,23 @@ exports.forEachRepo = function*(repos, func) { var newPath = isInForEachRepoFunction ? path.join('..', repo.repoName) : repo.repoName; isInForEachRepoFunction = true; + + if(repo.id === 'lib'){ --- End diff --