Skip to content

Commit 9741324

Browse files
committed
Fix echo calls
1 parent 628cda4 commit 9741324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,8 @@ commands:
526526
name: Show failure instructions
527527
when: on_fail
528528
command: |
529-
'echo "Image Diff Detected: baselines may need to be updated. Use \"circleci_image_artifact_download.sh\" to download new baselines."'
530-
'echo "Add the new images to \"test/image/baselines\" and commit them to this pull request."'
529+
echo "Image Diff Detected: baselines may need to be updated. Use \"circleci_image_artifact_download.sh\" to download new baselines."
530+
echo "Add the new images to \"test/image/baselines\" and commit them to this pull request."
531531
532532
workflows:
533533
version: 2

0 commit comments

Comments
 (0)