Skip to content

Commit 9a35977

Browse files
Copilotdecyjphr
andauthored
Fix typo in devcontainer Dockerfile comment (Intall -> Install)
Agent-Logs-Url: https://github.com/github/safe-settings/sessions/0af97764-5b14-4195-ad8a-6b8adf723453 Co-authored-by: decyjphr <57544838+decyjphr@users.noreply.github.com>
1 parent 2461761 commit 9a35977

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
1414
# [Optional] Uncomment if you want to install more global node modules
1515
# RUN su node -c "npm install -g <your-package-list-here>"
1616

17-
# Intall aws cli
17+
# Install aws cli
1818
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-$(uname -m).zip" -o "awscliv2.zip" && \
1919
unzip awscliv2.zip && \
2020
sudo ./aws/install && \

0 commit comments

Comments
 (0)