From eed8b962c9d8b400561d347733c98b33ae851cc2 Mon Sep 17 00:00:00 2001
From: Benjamin Chausse <benjamin@chausse.xyz>
Date: Sun, 22 Nov 2020 13:52:28 -0500
Subject: update dwmb-debarque since a website update broke it

---
 .local/bin/dwmbar/dwmb-debarque | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to '.local/bin/dwmbar/dwmb-debarque')

diff --git a/.local/bin/dwmbar/dwmb-debarque b/.local/bin/dwmbar/dwmb-debarque
index c9f70fe..19ba8d7 100755
--- a/.local/bin/dwmbar/dwmb-debarque
+++ b/.local/bin/dwmbar/dwmb-debarque
@@ -1,8 +1,8 @@
 #!/bin/sh
 
 count="$(curl https://www.ladebarque.com/achalandage |
-  grep "il y a " |
-  sed 's/.*il\ y\ a\ en\ ce\ moment.nbsp;\s//; s/.nbsp.*//')"
+  grep 'il y a ' |
+  sed 's/.*il\sy\sa\sen\sce\smoment\s//; s/\sgrimpeurs.*//')"
 
 echo "  $count "
 
-- 
cgit v1.2.3