Fix mislabeled header in entrypoint.sh

Both test mode results were labeled "Edit Mode".
pull/10/head v1.1.1
Michael Bradley 2019-12-14 15:50:39 -08:00 committed by Webber Takken
parent b846d206bc
commit 3d7f5a853b
1 changed files with 1 additions and 1 deletions

View File

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