lang/ruby: fix reference to +python-version-cache

This commit is contained in:
Henrik Lissner 2018-10-01 12:28:58 -04:00
parent 868a0ab9b9
commit 270b381ce0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -41,7 +41,7 @@ started it."
"Update `+ruby--version' by consulting `+ruby-version' function."
(setq +ruby--version
(or (gethash (or (doom-project-root) default-directory)
+python-version-cache)
+ruby-version-cache)
(+ruby-version))))
;;;###autoload