fix(devcontainer): missing line comment symbol

This commit is contained in:
Stephan Lüscher 2024-05-03 14:19:29 +00:00
parent 9b80382a4b
commit f077f79a0a
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF

View file

@ -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 ""