summaryrefslogtreecommitdiff
path: root/infra/dgit-ssh-dispatch
diff options
context:
space:
mode:
Diffstat (limited to 'infra/dgit-ssh-dispatch')
-rwxr-xr-xinfra/dgit-ssh-dispatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/dgit-ssh-dispatch b/infra/dgit-ssh-dispatch
index bd8582a..b515eda 100755
--- a/infra/dgit-ssh-dispatch
+++ b/infra/dgit-ssh-dispatch
@@ -120,7 +120,7 @@ sub dispatch () {
my $cmd=$1;
selectpackage $2,$3;
if ($cmd eq 'receive-pack') {
- my $s = "$dgitlive/dgit-repos-server";
+ my $s = "$dgitlive/infra/dgit-repos-server";
exec $s, $suites, $authrune, $repos, qw(--ssh);
die "exec $s: $!";
} elsif ($cmd eq 'upload-pack') {