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