Skip to content

Commit ea02a33

Browse files
authored
Merge pull request #453 from embhorn/cov-MQTT
Capitalize MQTT
2 parents 529ea51 + aa84808 commit ea02a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverity-scan-fixes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: vapier/coverity-scan-action@v1
5252
with:
5353
build_language: 'cxx'
54-
project: "wolfmqtt"
54+
project: "wolfMQTT"
5555
token: ${{ secrets.COVERITY_SCAN_TOKEN_WOLFMQTT }}
5656
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
5757
command: "make"

0 commit comments

Comments
 (0)