Skip to content

Commit b53f8f1

Browse files
garrettwderickr
authored andcommitted
stupid tabs..
1 parent 28a1e41 commit b53f8f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
// Use 'postCreateCommand' to run commands after the container is created.
3232
"postCreateCommand": "sudo .devcontainer/post-create.sh && sudo chmod a+x \"$(pwd)\" && sudo ln -s \"$(pwd)\" /var/www/html",
3333
"waitFor": "postCreateCommand",
34-
"postAttachCommand": {
35-
"Server": "apache2ctl start"
36-
}
34+
"postAttachCommand": {
35+
"Server": "apache2ctl start"
36+
}
3737

3838
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
3939
// "remoteUser": "root"

0 commit comments

Comments
 (0)