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

Fix: #7791
This commit is contained in:
Henrik Lissner 2024-04-03 19:21:14 -04:00
parent fdb9e6b499
commit 2debe85a8a
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

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