Skip to content

Commit cc76edc

Browse files
Typo fixed
1 parent 1e5adbb commit cc76edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-scanner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sonar_scanner() {
1010
-Dsonar.sources='splitio' \
1111
-Dsonar.projectName='python-client' \
1212
-Dsonar.projectKey='python-client' \
13-
_Dsonar.python.coverage.reportPaths='coverage.xml' \
13+
-Dsonar.python.coverage.reportPaths='coverage.xml' \
1414
-Dsonar.links.ci='https://travis-ci.com/splitio/python-client' \
1515
-Dsonar.links.scm='https://github.com/splitio/python-client' \
1616
${params}

0 commit comments

Comments
 (0)