summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index fdc922e..1aea272 100755
--- a/dgit
+++ b/dgit
@@ -713,7 +713,7 @@ sub archive_api_query_cmd ($) {
fail "for $url: stat $key: $!" unless $!==ENOENT;
next;
}
- push @cmd, "--ca-certificate=$key", "--ca-directory=/dev/enoent";
+ push @cmd, "--cacert", $key, "--capath", "/dev/enoent";
last;
}
}