fix(cli): doom upgrade: void-variable num

Fix: #7791
This commit is contained in:
Henrik Lissner 2024-04-03 19:21:14 -04:00 committed by Yann Esposito (Yogsototh)
parent 472e00bc77
commit 1ef499e923
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -34,7 +34,7 @@ following shell commands:
(let* ((force? (doom-cli-context-suppress-prompts-p context))
(sync-cmd (append '("sync" "-u")
(if nobuild? '("-B"))
(if jobs `("-j" ,num)))))
(if jobs `("-j" ,jobs)))))
(cond
(packages?
;; HACK It's messy to use straight to upgrade straight, due to the