(fix): fix error message

This commit is contained in:
Jonas Bernoulli
2024-11-17 22:01:40 +01:00
committed by Dustin Farris
parent 0d51698839
commit b4b8d8c0ee

View File

@ -140,7 +140,7 @@ Performs a database upgrade when required."
((> version org-roam-db-version)
(emacsql-close conn)
(user-error
"The Org-roam database was created with a newer Org-roam version. "
"The Org-roam database was created with a newer Org-roam version. %s"
"You need to update the Org-roam package"))
((< version org-roam-db-version)
(emacsql-close conn)