Fix mislabeled header in entrypoint.sh

Both test mode results were labeled "Edit Mode".
pull/8/head
Michael Bradley 2019-12-14 15:50:39 -08:00
parent b846d206bc
commit 93384c6809
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ fi
if [ $PLAY_MODE = true ]; then if [ $PLAY_MODE = true ]; then
echo "" echo ""
echo "###########################" echo "###########################"
echo "# Edit Mode Results #" echo "# Play Mode Results #"
echo "###########################" echo "###########################"
echo "" echo ""
cat "$FULL_ARTIFACTS_PATH/playmode-results.xml" cat "$FULL_ARTIFACTS_PATH/playmode-results.xml"