diff --git a/.github/workflows/helper_stats_graphs.yaml b/.github/workflows/helper_stats_graphs.yaml index 1a2348583..25aabf3be 100644 --- a/.github/workflows/helper_stats_graphs.yaml +++ b/.github/workflows/helper_stats_graphs.yaml @@ -160,7 +160,7 @@ jobs: if [[ "${#FOLDER}" -gt 2 ]]; then cp Stats3 StatsTmp sed -n "/Date/p" Stats3 > "$FOLDER"/StatsTmp - sed -n "/$TITLE/p" Stats3 >> "$FOLDER"/StatsTmp + sed -n "/$TITLE /p" Stats3 >> "$FOLDER"/StatsTmp # Go in folder cd "$FOLDER" || true cat StatsTmp