From ea0fe82ca55506f8b37afec11c87d0a6d26c2c9c Mon Sep 17 00:00:00 2001
From: Georg Krause <mail@georg-krause.net>
Date: Tue, 19 Oct 2021 13:32:04 +0200
Subject: [PATCH] Fix wrong yaml syntax

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fff762a..3649988 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,5 +8,5 @@ run:
     - weekday=$(date +"%u")
     - echo $weekday
     - tootfile=$(find $weekday/*.txt | shuf -n 1)
-    - [ "$TOOT" = 1 ] && toot post < $tootfile 
+    - '[ "$TOOT" = 1 ] && toot post < $tootfile'
     - cat $tootfile
-- 
GitLab