From 903fe240ab3c2c4bf14e36a048da48362a55e61a Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 7 May 2021 13:14:40 -0400 Subject: [PATCH] fixed typo --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 093905c..b707ec0 100644 --- a/run.sh +++ b/run.sh @@ -1,7 +1,7 @@ #!/bin/bash set +x -URLs=$(export | grep URL | cut -d'=' -f2-) +URLs=$(export | grep PURGE_URL | cut -d'=' -f2- | sed 's/"//g') #if [[ -z "${URL}" ]] #then