diff --git a/lisp/cli/upgrade.el b/lisp/cli/upgrade.el index 13614c62a..c44b300e9 100644 --- a/lisp/cli/upgrade.el +++ b/lisp/cli/upgrade.el @@ -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