Add missing arguments to bootstrap org-version msg

This commit is contained in:
TEC 2022-12-08 23:58:35 +08:00
parent b984f3f3c8
commit eb111b20a5
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 2 additions and 1 deletions

View File

@ -1206,7 +1206,8 @@ To start with, we'll check if we are:
(print! (start "Initiating bootstrap..."))
<<bootstrap-perform>>
)
(t (message "Installed Org version %s is too old, %s is needed.\nRun \"doom sync\" to fix.")))))
(t (message "Installed Org version %s is too old, %s is needed.\nRun \"doom sync\" to fix."
(org-version) required-org-version)))))
#+end_src
If these conditions are met, we can assume that the loaded Org version is