File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
confidence-cloudflare-resolver/deployer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ if test -z "$CONFIDENCE_RESOLVER_STATE_URL"; then
7373 fi
7474
7575 # HTTP using REST transcoding
76- local url=" https://flags .confidence.dev/v1/resolverState:resolverStateUri"
76+ local url=" https://resolver .confidence.dev/v1/resolverState:resolverStateUri"
7777 local resp
7878 resp=$( curl -s -w " %{http_code}" -H " Authorization: Bearer ${token} " " ${url} " )
7979 local http_status=" ${resp: -3} "
@@ -84,11 +84,11 @@ if test -z "$CONFIDENCE_RESOLVER_STATE_URL"; then
8484 signed_uri=$( printf " %s" " $body " | jq -r ' .signedUri // .signed_uri // empty' )
8585 if [ -n " $signed_uri " ]; then
8686 CONFIDENCE_RESOLVER_STATE_URL=" $signed_uri "
87- echo " ⤵️ Retrieved resolver state URL from flags .confidence.dev"
87+ echo " ⤵️ Retrieved resolver state URL from resolver .confidence.dev"
8888 return 0
8989 fi
9090 else
91- echo " ⚠️ Failed to fetch resolver state URL from flags .confidence.dev: HTTP ${http_status} " >&2
91+ echo " ⚠️ Failed to fetch resolver state URL from resolver .confidence.dev: HTTP ${http_status} " >&2
9292 fi
9393 return 1
9494 }
You can’t perform that action at this time.
0 commit comments