Skip to content

Commit 53f5aa3

Browse files
committed
check-remote-image-existence.sh: add space to |
Signed-off-by: Norio Nomura <[email protected]>
1 parent 8ba048c commit 53f5aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/check-remote-image-existence.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eu -o pipefail
55
script_dir=$(dirname "$0")
66

77
result=0
8-
for template in $(realpath "${script_dir}"/../examples/*.yaml "${script_dir}"/./test-templates/*.yaml|sort -u); do
8+
for template in $(realpath "${script_dir}"/../examples/*.yaml "${script_dir}"/./test-templates/*.yaml | sort -u); do
99
for location in $(yq eval '.images[].location' "${template}"); do
1010
if [[ ${location} == http* ]]; then
1111
response=$(curl -L -s -I -o /dev/null -w "%{http_code}" "${location}")

0 commit comments

Comments
 (0)