mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
Fix slashes
This commit is contained in:
parent
b8171a9bfb
commit
a51265c9f0
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@
|
|||
"context": "..",
|
||||
|
||||
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
|
||||
"dockerFile": "..\\Dockerfile",
|
||||
"dockerFile": "..//Dockerfile",
|
||||
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
"settings": {
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/bash"
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue