Skip to content

Commit 045c181

Browse files
author
Toehio
committed
Fixing error string
1 parent 57684d7 commit 045c181

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
@@ -1646,7 +1646,7 @@ var JiraApi = exports.JiraApi = function(protocol, host, port, username, passwor
16461646
return;
16471647
}
16481648

1649-
callback(response.statusCode + ': Error while deleting webhook');
1649+
callback(response.statusCode + ': Error while getting current user');
16501650

16511651
});
16521652
};

0 commit comments

Comments
 (0)