aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.org
diff options
context:
space:
mode:
authorGrant Shangreaux <grant@unabridgedsoftware.com>2023-01-21 15:29:14 -0600
committerGrant Shangreaux <grant@unabridgedsoftware.com>2023-01-21 15:29:14 -0600
commit70a6011e0e0848e95b97bc817579f056108b95fb (patch)
tree5fd4ca650f4c17f6d0e18ad94cad918a14e99089 /shoshimacs.org
parent26921d37cb6a79d411432cd71ba6520d4dc17e5b (diff)
Fix: restclient-repo typo
Diffstat (limited to 'shoshimacs.org')
-rw-r--r--shoshimacs.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/shoshimacs.org b/shoshimacs.org
index fe1b1f0..c9ba316 100644
--- a/shoshimacs.org
+++ b/shoshimacs.org
@@ -930,7 +930,7 @@ an API token is stored in my ~.authinfo~ file.
** restclient
#+begin_src emacs-lisp
- (defvar restclien-repo "https://github.com/pashky/restclient.el.git")
+ (defvar restclient-repo "https://github.com/pashky/restclient.el.git")
(defvar restclient-dir "~/src/restclient.el")
(unless (file-directory-p restclient-dir)