Skip to content

Commit

Permalink
Fix mislabeled header in entrypoint.sh
Browse files Browse the repository at this point in the history
Both test mode results were labeled "Edit Mode".
  • Loading branch information
MichaelJBradley authored and webbertakken committed Dec 15, 2019
1 parent b846d20 commit 3d7f5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3d7f5a8

Please sign in to comment.