Skip to content

Commit d8abc62

Browse files
committed
fixed typod in remotelink URL
1 parent ae11c25 commit d8abc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jira.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ var JiraApi = exports.JiraApi = function(protocol, host, port, username, passwor
610610

611611
var options = {
612612
rejectUnauthorized: this.strictSSL,
613-
uri: this.makeUri('/issue/' + issueNumber + '/remoteLink'),
613+
uri: this.makeUri('/issue/' + issueNumber + '/remotelink'),
614614
method: 'GET',
615615
json: true
616616
};

0 commit comments

Comments
 (0)