From 27f17711e61c67affb111561170dc5d12c07bd5b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Mar 2023 11:58:56 +0100 Subject: [PATCH] tabs --- .github/workflows/weekly_stats_graphs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/weekly_stats_graphs.yaml b/.github/workflows/weekly_stats_graphs.yaml index 6f090b514..fa4530520 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,7 +199,7 @@ 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"