Merge pull request #2306 from brotzeit/fix-message

Fix typo in rustic setup message
This commit is contained in:
Henrik Lissner 2020-01-05 20:09:57 -05:00 committed by GitHub
commit 55d9df3c39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@
;; that behavior.
((symbol-function #'rustic-install-lsp-client-p)
(lambda (&rest _)
(message "No RLS server running"))))
(message "No LSP server running"))))
(apply orig-fn args))))