Remove extraneous quote

This commit is contained in:
Ryan C. Thompson 2011-10-07 03:46:08 -07:00
parent c05e46b4ba
commit 6e8082a4e5

View File

@ -50,7 +50,7 @@
;; switch branch if we have to ;; switch branch if we have to
(let* ((branch (cond (let* ((branch (cond
;; Check if a specific branch is requested ;; Check if a specific branch is requested
((bound-and-true-p 'el-get-install-branch)) ((bound-and-true-p el-get-install-branch))
;; Check if master branch is requested ;; Check if master branch is requested
((boundp 'el-get-master-branch) "master") ((boundp 'el-get-master-branch) "master")
;; Read the default branch from the el-get recipe ;; Read the default branch from the el-get recipe