From 6a1b0218c79a6b9b27bc1c1aed4e026457008c3b Mon Sep 17 00:00:00 2001
From: Romain CREY <ext.sopra.rcrey@grandlyon.com>
Date: Mon, 25 May 2020 09:06:22 +0200
Subject: [PATCH] fix: feedback design + rename

---
 docker/cozy-app-dev-with-app.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/cozy-app-dev-with-app.sh b/docker/cozy-app-dev-with-app.sh
index 582a396b2..0a5efd959 100644
--- a/docker/cozy-app-dev-with-app.sh
+++ b/docker/cozy-app-dev-with-app.sh
@@ -203,7 +203,7 @@ do_install_app() {
   cozy-stack apps install collect
   echo "App succesfully installed"
 
-  echo "Installing konnectors ------"
+  echo "Installing konnectors"
   if cozy-stack konnectors ls | grep 'enedis-konnector'; then
           echo "Removing enedis-konnector..."
           cozy-stack konnectors uninstall enedis-konnector
-- 
GitLab