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

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