fix missing quote

pull/146/head
Paul Pacheco 2021-09-25 13:49:46 -05:00 committed by GitHub
parent dd2ac8ed25
commit 171267b24e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ if [ "$EDIT_MODE" == "true" ]; then
cat "$FULL_ARTIFACTS_PATH/editmode-results.xml" | grep test-run | grep Passed cat "$FULL_ARTIFACTS_PATH/editmode-results.xml" | grep test-run | grep Passed
fi fi
if [ "$PLAY_MODE" == "true ]; then if [ "$PLAY_MODE" == "true" ]; then
echo "" echo ""
echo "###########################" echo "###########################"
echo "# Play Mode Results #" echo "# Play Mode Results #"