From 1ad800d0e434e46780e304457433fd49812fad3f Mon Sep 17 00:00:00 2001 From: Lab-8916100448256 <38373466+Lab-8916100448256@users.noreply.github.com> Date: Thu, 7 Oct 2021 21:01:29 +0200 Subject: [PATCH] Update tinystatus --- tinystatus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinystatus b/tinystatus index aeb1fc3..84a45f7 100755 --- a/tinystatus +++ b/tinystatus @@ -117,7 +117,7 @@ if [ -f "${incidentsfile}" ]; then if [ -s "${incidentsfile}" ]; then sed 's|^\(.*\)$|

\1

|' "${incidentsfile}" else - echo '

Aucun incident n'est documenté ;)

' + echo '

Aucun incident documenté ;)

' fi fi cat <