Skip to content

Commit 4800d65

Browse files
committed
fix: amperstands
1 parent cd65317 commit 4800d65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock"
3030
],
3131
"name": "go-broadcast dev container",
32-
"postCreateCommand": "magex lint \u0026\u0026 magex vet \u0026\u0026 magex test",
32+
"postCreateCommand": "magex lint && magex vet && magex test",
3333
"remoteUser": "vscode",
3434
"runArgs": [
3535
"--cap-drop=ALL",

0 commit comments

Comments
 (0)