Skip to content

Commit eed79ee

Browse files
fix(downstream): define giturl variable before use
1 parent 1fc370c commit eed79ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_downstream_projects.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ function forEachDownstream(callback) {
1717
const projectPath = path.resolve(DOWNSTREAMS_PATH, key);
1818
if (!fs.existsSync(projectPath)) {
1919
process.chdir(DOWNSTREAMS_PATH);
20+
const giturl = config[key];
2021
console.log('cloning ' + giturl);
2122
util._exec('git clone '+ giturl + ' ' + key);
2223
}

0 commit comments

Comments
 (0)