Skip to content

Commit b092f90

Browse files
committed
correct URI
1 parent 70187d8 commit b092f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy-certificate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fi
6161
arm_template_file="nginx-for-azure-certificate-template.json"
6262

6363
#get the ARM template file
64-
wget -O "$arm_template_file" https://nginxgithubactions.blob.core.windows.net/armtemplates/nginx-for-azure-configuration-template.json
64+
wget -O "$arm_template_file" https://nginxgithubactions.blob.core.windows.net/armtemplates/nginx-for-azure-certificate-template.json
6565
echo "Downloaded the ARM template for synchronizing NGINX certificate."
6666

6767
cat "$arm_template_file"

0 commit comments

Comments
 (0)