Skip to content

Commit

Permalink
build: fix incorrect spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Tierney Cyren <hello@bnb.im>
  • Loading branch information
bnb committed Jul 28, 2022
1 parent 490b2fb commit 3cc94c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .devcontainer/.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"dockerFile": "Dockerfile",
"initializeCommand": "docker system prune -f -a",
"settings": {
"terminal.integrated.profiles.linux": {
"zsh (login)": {
"path": "zsh",
"args": ["-l"]
}
"terminal.integrated.profiles.linux": {
"zsh (login)": {
"path": "zsh",
"args": ["-l"]
}
}
}
}

0 comments on commit 3cc94c5

Please sign in to comment.