Skip to content

Commit 906d1bb

Browse files
author
Cory Schwartz
committed
missing quote
1 parent 05fbabe commit 906d1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fi
6666
# Now find the outcome of the test. The extended result is going to look something like this:
6767
# {"journal":{"events":{},"pods_statuses":{}},"outcome":"success","outcomes":{"providers":{"ok":1,"total":1},"requestors":{"ok":1,"total":1}}}
6868

69-
outcome=$(echo "${extstatus} | jq ".outcome")
69+
outcome=$(echo "${extstatus}" | jq ".outcome")
7070

7171
echo "The outcome of this test was ${outcome}"
7272
echo "${OUTPUT_OUTCOME}${outcome}"

0 commit comments

Comments
 (0)