summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-04-12 20:38:02 -0500
committerColin Okay <cbeok@protonmail.com>2020-04-12 20:38:02 -0500
commita90429a4c2f11be4bb8e51534b5daf55c9dc2377 (patch)
tree4885b1e1a8d281cb9d318804b6c4cca0fa8702e8
parent3c161b03249cd37b6476759564c16e39962e9253 (diff)
typo
-rw-r--r--posterbot.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/posterbot.lisp b/posterbot.lisp
index ec604f4..6abe0cf 100644
--- a/posterbot.lisp
+++ b/posterbot.lisp
@@ -67,7 +67,7 @@ is, downloads the image and posts it to the current room."
(getf config :ssl)
t)
:hardcopy (getf config :hardcopy)
- :user-id (gerf config :user-id)
+ :user-id (getf config :user-id)
:homeserver (getf config :homeserver))))
(when (not (logged-in-p bot))
(login bot (getf config :user-id) (getf config :password)))