Skip to content

Commit f52658f

Browse files
updated url
1 parent 12815d2 commit f52658f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

waitForBuildT0End.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
PERCY_BUILD_ID="$PERCY_BUILD_ID"
55
echo "Using PERCY_BUILD_ID: $PERCY_BUILD_ID"
66

7-
API_URL='https://percy.io/api/v1/builds/${PERCY_BUILD_ID}'
7+
API_URL="https://percy.io/api/v1/builds/${PERCY_BUILD_ID}"
88
echo "Using Percy API URL: $API_URL"
99

1010
# !! Replace 'xxx' with your actual Authorization token !!

0 commit comments

Comments
 (0)