Skip to content

Commit

Permalink
Fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
daichirata committed Aug 21, 2012
1 parent 0c87bf9 commit f4a2e78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trindle.el
Expand Up @@ -25,8 +25,8 @@
;; Unlike package management, only the function of simple management is offered.
;; These manage that in which I have installed what from init.el(or any config file).

;;; TODO
;; - Write a Sample and Useage.
;;; Useage
;; see "https://github.com/daic-h/trindle"

;;; Code:
(eval-when-compile (require 'cl))
Expand Down Expand Up @@ -283,7 +283,7 @@
(unless (file-directory-p package-dir)
(deferred:$
(deferred:trindle:process
trindle-dir "git" "--no-pager" "clone" "-b" branch url)
trindle-dir "git" "--no-pager" "clone" "-b" branch url name)
(if submodule
(deferred:trindle:processc it
package-dir "git" "--no-pager" "submodule" "update" "--init" "--recursive") it)
Expand Down

0 comments on commit f4a2e78

Please sign in to comment.