Skip to content

Commit f894f3d

Browse files
committed
correct typo in maven command
Signed-off-by: Mohamed Sylla <[email protected]>
1 parent 4d74c1d commit f894f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4242
run: |
43-
./mvnw -B -s custom_maven_settings.xml \
43+
mvn -B -s custom_maven_settings.xml \
4444
-Dsonar.projectKey=com-pas_compas-sct \
4545
-Dsonar.organization=com-pas \
4646
-Dsonar.host.url=https://sonarcloud.io \

0 commit comments

Comments
 (0)