mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
Fix slashes
This commit is contained in:
parent
b8171a9bfb
commit
a51265c9f0
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
"context": "..",
|
"context": "..",
|
||||||
|
|
||||||
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
|
// 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.
|
// Set *default* container specific settings.json values on container create.
|
||||||
"settings": {
|
"settings": {
|
||||||
|
|
Loading…
Reference in a new issue