Skip to content

Commit 1c5b0eb

Browse files
authored
Merge pull request #2890 from yewton/master
Ensure ps not to be t
2 parents 4f0d43b + 3fa2530 commit 1c5b0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

el-get-status.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
(read-from-string (buffer-string))))
138138
;; If it doesn't exist, make sure the directory is there
139139
;; so we can create it.
140-
(make-directory el-get-dir t)))
140+
(progn (make-directory el-get-dir t) nil)))
141141
(p-s
142142
(cond
143143
((null ps) ;; nothing installed, we should install el-get

0 commit comments

Comments
 (0)