From ba584320a9070e93d9d5584f723ae712c4604d72 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Mon, 23 Oct 2023 15:56:11 +0200
Subject: [PATCH] remove pipe

---
 about | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/about b/about
index 5f4dd32..51a81c0 100755
--- a/about
+++ b/about
@@ -53,7 +53,7 @@ echo
 if [ -d "${dir_checks}" ]; then
     _section "Services"
     cd "${dir_checks}"
-    ls -1 Service-* | cut -f 2- -d "-" | 
+    ls -1 Service-* | cut -f 2- -d "-"
     cd - >/dev/null 2>&1
     echo
     echo
-- 
GitLab