summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit3
1 files changed, 2 insertions, 1 deletions
diff --git a/dgit b/dgit
index 32241bc..66efa2c 100755
--- a/dgit
+++ b/dgit
@@ -5157,9 +5157,10 @@ sub pre_remote_push_build_host {
unless defined $protovsn;
changedir $dir;
+
+ responder_send_command("dgit-remote-push-ready $protovsn");
}
sub cmd_remote_push_build_host {
- responder_send_command("dgit-remote-push-ready $protovsn");
&cmd_push_built;
}