Skip to content

Commit c37a9f5

Browse files
committed
debug
1 parent a4fe9ed commit c37a9f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/babashka/bbin/git.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
(let [lib-dir (ensure-git-dir client git-url)
1414
remote-info (sh "git remote show origin" {:dir lib-dir
1515
:extra-env {"LC_ALL" "C"}})
16+
_ (tap> {'remote-info (:out remote-info)})
1617
[[_ branch]] (->> (:out remote-info)
1718
str/split-lines
1819
(some #(re-seq #"HEAD branch: (\w+)" %)))]

0 commit comments

Comments
 (0)