From 63adc762043ac342a3c5a364271ffe8d4babc27b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Mar 2023 12:17:15 +0100 Subject: [PATCH] Update weekly_stats_graphs.yaml --- .github/workflows/weekly_stats_graphs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/weekly_stats_graphs.yaml b/.github/workflows/weekly_stats_graphs.yaml index fa4530520..3c46c132b 100644 --- a/.github/workflows/weekly_stats_graphs.yaml +++ b/.github/workflows/weekly_stats_graphs.yaml @@ -185,7 +185,7 @@ jobs: set output "$FOLDER/stats.png" set term png tiny plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) smooth csplines - EOFMarker + EOFMarker ) || ( gnuplot-nox -persist <<-EOFMarker set title "$TITLE" set ylabel 'Number of installations' @@ -199,8 +199,8 @@ jobs: set output "$FOLDER/stats.png" set term png tiny plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) - EOFMarker - ) + EOFMarker + ) fi done < "$input" # Clean files