Skip to content

Commit

Permalink
Revert "Avoid unexpected error"
Browse files Browse the repository at this point in the history
This reverts commit d267271.
  • Loading branch information
takaxp committed Aug 6, 2023
1 parent 707a573 commit 21cac10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion el-get-status.el
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
((null ps) ;; nothing installed, we should install el-get
(list (list 'el-get 'status "required")))
;; ps is an alist, no conversion needed
;; ((consp (car ps)) ps)
((consp (car ps)) ps)
;; looks like we might have an old format status list
(t (el-get-convert-from-old-status-format ps)))))
;; double check some status "conditions"
Expand Down

0 comments on commit 21cac10

Please sign in to comment.