Skip to content

Commit 8ba72c2

Browse files
fviernautsteenbe
authored andcommitted
fix(ort-scan): Remove unnecessary quotes from a boolean value
Signed-off-by: Frank Viernau <[email protected]>
1 parent 70236f7 commit 8ba72c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/ort-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
ScanCode:
202202
options:
203203
commandLine: "--copyright --license --info --strip-root --timeout 300"
204-
parseLicenseExpressions: "true"
204+
parseLicenseExpressions: true
205205
preferFileLicense: false
206206
minVersion: "31.0.0"
207207
maxVersion: "33.0.0"

0 commit comments

Comments
 (0)