Skip to content

Commit dc2ce13

Browse files
committed
debug
1 parent 08f9889 commit dc2ce13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/babashka/bbin/git.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
_ (tap> {'ls (:out (sh "ls" {:dir lib-dir}))
1717
'remote (:out (sh "git remote" {:dir lib-dir
1818
:extra-env {"LC_ALL" "C"}}))
19-
'remote-info (:out remote-info)})
19+
'remote-info-out (:out remote-info)
20+
'remote-info-err (:err remote-info)})
2021
[[_ branch]] (->> (:out remote-info)
2122
str/split-lines
2223
(some #(re-seq #"HEAD branch: (\w+)" %)))]

0 commit comments

Comments
 (0)