mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-18 20:43:43 +03:00
fix(devcontainer): missing line comment symbol
This commit is contained in:
parent
9b80382a4b
commit
f077f79a0a
|
@ -35,7 +35,7 @@ echo -e "${YELLOW}Installing project dependencies${ENDCOLOR}"
|
||||||
echo ""
|
echo ""
|
||||||
poetry install --no-root -C /workspaces/forge/ansible
|
poetry install --no-root -C /workspaces/forge/ansible
|
||||||
|
|
||||||
Install ansible dependencies
|
# Install ansible dependencies
|
||||||
echo ""
|
echo ""
|
||||||
echo -e "${YELLOW}Installing ansible dependencies${ENDCOLOR}"
|
echo -e "${YELLOW}Installing ansible dependencies${ENDCOLOR}"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Reference in a new issue