aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-10-27 12:14:28 +0100
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-10-27 12:14:28 +0100
commit214b8725f92c928383fd306f9074caf493ac6e93 (patch)
tree3b3ffee0a11830bc75c3597a0d36cbf5da9589c4 /server
parent09ae216893aa1e82df288a91f2f298d642ede57e (diff)
fixed url typo
Diffstat (limited to 'server')
-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