From f077f79a0a67b12a29ebd82dcd687cad31f2a0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20L=C3=BCscher?= Date: Fri, 3 May 2024 14:19:29 +0000 Subject: [PATCH] fix(devcontainer): missing line comment symbol --- .devcontainer/install-dev-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/install-dev-tools.sh b/.devcontainer/install-dev-tools.sh index 495eba5..d66f033 100644 --- a/.devcontainer/install-dev-tools.sh +++ b/.devcontainer/install-dev-tools.sh @@ -35,7 +35,7 @@ echo -e "${YELLOW}Installing project dependencies${ENDCOLOR}" echo "" poetry install --no-root -C /workspaces/forge/ansible -Install ansible dependencies +# Install ansible dependencies echo "" echo -e "${YELLOW}Installing ansible dependencies${ENDCOLOR}" echo ""