diff --git a/.devcontainer/install-dev-tools.sh b/.devcontainer/install-dev-tools.sh index 416b9b3..f28c141 100644 --- a/.devcontainer/install-dev-tools.sh +++ b/.devcontainer/install-dev-tools.sh @@ -33,7 +33,7 @@ git config --local commit.template .gitmessage echo "" echo -e "${YELLOW}Installing project dependencies${ENDCOLOR}" echo "" -poetry install --no-root -C /workspaces/forge/setup/ansible +poetry install --no-root -C /workspaces/forge/ansible # Install ansible dependencies # echo ""