Skip to content

Commit

Permalink
Merge pull request #2890 from yewton/master
Browse files Browse the repository at this point in the history
Ensure ps not to be t
  • Loading branch information
tarao committed Apr 8, 2024
2 parents 4f0d43b + 3fa2530 commit 1c5b0eb
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 @@ -137,7 +137,7 @@
(read-from-string (buffer-string))))
;; If it doesn't exist, make sure the directory is there
;; so we can create it.
(make-directory el-get-dir t)))
(progn (make-directory el-get-dir t) nil)))
(p-s
(cond
((null ps) ;; nothing installed, we should install el-get
Expand Down

0 comments on commit 1c5b0eb

Please sign in to comment.