summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit4
1 files changed, 1 insertions, 3 deletions
diff --git a/dgit b/dgit
index 9393bdd..845edd3 100755
--- a/dgit
+++ b/dgit
@@ -2591,9 +2591,7 @@ END
printdebug "git_lrfetch_sane fspecs @fspecs\n";
my @fcmd = (@git, qw(fetch -p -n -q), access_giturl(), @fspecs);
- runcmd_ordryrun_local @git, qw(fetch -p -n -q), access_giturl(),
- @fspecs
- if @fspecs;
+ runcmd_ordryrun_local @fcmd if @fspecs;
%lrfetchrefs_f = ();
my %objgot;