Skip to content

Commit 1fabe22

Browse files
authored
Add missing newline
1 parent 730ac70 commit 1fabe22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ WORKDIR /home/node
1414
RUN mkdir -p .config/git \
1515
&& echo ".vscode/*" >> .config/git/ignore \
1616
&& echo "*.code-workspace" >> .config/git/ignore \
17-
&& echo ".history/" >> .config/git/ignore
17+
&& echo ".history/" >> .config/git/ignore
18+

0 commit comments

Comments
 (0)