Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit f7a883f

Browse files
committed
Add CLA URL to error message
1 parent 3306e8a commit f7a883f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tasks/build.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ module.exports = function (grunt) {
230230

231231
res.on("end", function () {
232232
if (body.match(/.*REJECTED.*/)) {
233-
grunt.log.error(user + " has NOT submitted the contributor license agreement");
233+
grunt.log.error(user + " has NOT submitted the contributor license agreement. See http://dev.brackets.io/brackets-contributor-license-agreement.html.");
234234
done(false);
235235
} else {
236236
grunt.log.writeln(user + " has submitted the contributor license agreement");
@@ -251,4 +251,4 @@ module.exports = function (grunt) {
251251
build.getGitInfo = getGitInfo;
252252

253253
return build;
254-
};
254+
};

0 commit comments

Comments
 (0)