diff --git a/tests/local/utils/attach_all_plots.bash b/tests/local/utils/attach_all_plots.bash index fa91c5fca..2b1281a17 100644 --- a/tests/local/utils/attach_all_plots.bash +++ b/tests/local/utils/attach_all_plots.bash @@ -3,10 +3,10 @@ PR=$1 CONFIG=$2 cwd=`pwd` -diffs=$GITHUB_WORKSPACE/test_report/$CONFIG/diff_plots +diffs=$GITHUB_WORKSPACE/test_report/$CONFIG if [[ ! -d $diffs ]]; then - echo "No diff plots to attach at ${diffs}!" + echo "No diff plots to attach at ${diffs}" exit 0 fi