Skip to content

Commit

Permalink
fix(devcontainer): missing line comment symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
tepene committed May 3, 2024
1 parent 9b80382 commit f077f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/install-dev-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down

0 comments on commit f077f79

Please sign in to comment.