summaryrefslogtreecommitdiff
path: root/lib/remote_branch_delete.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/remote_branch_delete.tcl')
-rw-r--r--lib/remote_branch_delete.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/remote_branch_delete.tcl b/lib/remote_branch_delete.tcl
index d7e2b8d..c88a360 100644
--- a/lib/remote_branch_delete.tcl
+++ b/lib/remote_branch_delete.tcl
@@ -296,7 +296,7 @@ method _load {cache uri} {
set full_list [list]
set head_cache($cache) [list]
set full_cache($cache) [list]
- set active_ls [open "| [list git ls-remote $uri]" r]
+ set active_ls [git_read ls-remote $uri]
fconfigure $active_ls \
-blocking 0 \
-translation lf \