Skip to content

Commit 458585d

Browse files
authored
391366
1 parent 365fe36 commit 458585d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This repository contains [CodeQL](https://codeql.github.com/) models and queries
1616
1. Include and index XML, JSON and CDS files by setting the necessary environment variables:
1717
```
1818
export LGTM_INDEX_XML_MODE='ALL'
19-
export LGTM_INDEX_FILETYPES=".json:JSON\n.cds:JSON"
19+
export LGTM_INDEX_FILETYPES=$'.json:JSON\n.cds:JSON'
2020
```
2121
2. Compile all the CDS files using the SAP cds toolkit
2222
```

0 commit comments

Comments
 (0)