aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xserver/testdata/cmd/get-anchors2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/testdata/cmd/get-anchors b/server/testdata/cmd/get-anchors
index c5000a8..def3595 100755
--- a/server/testdata/cmd/get-anchors
+++ b/server/testdata/cmd/get-anchors
@@ -4,5 +4,5 @@ set -eo pipefail
source config
info "downloading trust anchors"
-curl -G $url
+curl -G $base_url/get-anchors
newline