Skip to content

Commit

Permalink
fixes a type (allegedly)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedek Fazekas committed Nov 18, 2014
1 parent fcc54c5 commit 0577e01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bin/gargamel.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/gargamel/git.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
tmpdir-name (.getAbsolutePath tmpdir)]
(when-not (.exists tmpdir) (.isDirectory tmpdir)
(throw (Exception. "Can't run git on non-existent dir " tmpdir-name)))
(sh/sh "git" "clone" repo :dir tmpdir-name)
(sh/sh "git" "clone" repo tmpdir-name)
tmpdir))

(defn remote-url [source-dir]
Expand Down

0 comments on commit 0577e01

Please sign in to comment.