We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d473eb3 commit 5f8224fCopy full SHA for 5f8224f
lib/api.js
@@ -52,7 +52,7 @@ function createHooks(reponame, url, secret, token, callback) {
52
53
var badStatusErr;
54
if (res.statusCode === 404) {
55
- badStatusErr = new Error('Cannot create webhooks; are you sure you have admin rights?\nFeel free to manually create a webhook for ' + url');
+ badStatusErr = new Error('Cannot create webhooks; are you sure you have admin rights?\nFeel free to manually create a webhook for ' + url);
56
badStatusErr.statusCode = res.statusCode;
57
return callback(badStatusErr);
58
}
0 commit comments