Fix mislabeled header in entrypoint.sh

Both test mode results were labeled "Edit Mode".
This commit is contained in:
Michael Bradley
2019-12-14 15:50:39 -08:00
committed by Webber Takken
parent b846d206bc
commit 3d7f5a853b

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"