Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ahungry committed Mar 28, 2022
1 parent 96e9258 commit 069a582
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jiralib.el
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,7 @@ After a successful login, store the authentication token in
jiralib-host)
;; secrets.el wouldn’t accept a number.
:port (list (number-to-string (url-port (url-generic-parse-url jiralib-url)))
(url-port (url-generic-parse-url jiralib-url))
(url-type (url-generic-parse-url jiralib-url)))
(url-type (url-generic-parse-url jiralib-url)))
:require '(:user :secret)
:create t)))
user secret)
Expand Down

0 comments on commit 069a582

Please sign in to comment.