Skip to content

Commit

Permalink
orly-code.el (orly-repos): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abo-abo committed Aug 9, 2021
1 parent 49a29eb commit 45f693d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orly-code.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ All lines that don't match this will be ignored.")

(defun orly-repos ()
"Return an alist of repository names to repository locations."
(orly-read-repos-file orly-repos-file))
(orly-read-repos-from-file orly-repos-file))

(defun orly-open-code-link (code-link)
"Open CODE-LINK.
Expand Down

0 comments on commit 45f693d

Please sign in to comment.