From 2f73d17ae0730ade8f130684899afc0a5a5ada75 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 25 Jul 2024 23:50:07 +0200 Subject: [PATCH] dfgd --- devspace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devspace.sh b/devspace.sh index 04f6c666..06dbda4a 100755 --- a/devspace.sh +++ b/devspace.sh @@ -28,6 +28,6 @@ echo -e "${GREEN}Start session...${RESET}" docker run -it \ -v $PWD:/ansible-homeserver \ -w /ansible-homeserver ${IMAGE} \ - /bin/bash -c "echo Branch: \$(git rev-parse --abbrev-ref HEAD) && git config --global --add safe.directory /ansible-homeserver && /bin/bash" + /bin/bash -c "git config --global --add safe.directory /ansible-homeserver && echo Branch: \$(git rev-parse --abbrev-ref HEAD) && /bin/bash" # todo shellcheck