summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-05-04 17:50:36 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-05-31 11:54:10 +0100
commit1f7cd634c8922afa99cf917951b5499962ee897e (patch)
tree651d806973eed3dad39e02a36780539062517371 /dgit
parent8c58335913e7ec0465a939a9a277e7fbd0df68e0 (diff)
dgit: Print curl command for archive api query action
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit1
1 files changed, 1 insertions, 0 deletions
diff --git a/dgit b/dgit
index 9a63e65..8db03b3 100755
--- a/dgit
+++ b/dgit
@@ -2697,6 +2697,7 @@ sub cmd_archive_api_query {
badusage "need only 1 subpath argument" unless @ARGV==1;
my ($subpath) = @ARGV;
my @cmd = archive_api_query_cmd($subpath);
+ debugcmd ">",@cmd;
exec @cmd or fail "exec curl: $!\n";
}