about summary refs log tree commit homepage
path: root/lib/PublicInbox/GitCredential.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/GitCredential.pm')
-rw-r--r--lib/PublicInbox/GitCredential.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/GitCredential.pm b/lib/PublicInbox/GitCredential.pm
index 2d81817c..b29780d6 100644
--- a/lib/PublicInbox/GitCredential.pm
+++ b/lib/PublicInbox/GitCredential.pm
@@ -9,7 +9,7 @@ sub run ($$;$) {
         my ($in_r, $in_w, $out_r);
         my $cmd = [ qw(git credential), $op ];
         pipe($in_r, $in_w) or die "pipe: $!";
-        if ($lei && !$lei->{oneshot}) { # we'll die if disconnected:
+        if ($lei) { # we'll die if disconnected:
                 pipe($out_r, my $out_w) or die "pipe: $!";
                 $lei->send_exec_cmd([ $in_r, $out_w ], $cmd, {});
         } else {