Skip to content

Commit

Permalink
CP 3fa2530
Browse files Browse the repository at this point in the history
  • Loading branch information
takaxp committed Jun 17, 2024
1 parent 3bbcf9f commit 75d19fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions el-get-status.el
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +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)
nil))
(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 75d19fc

Please sign in to comment.