Skip to content

Commit 2b9bb61

Browse files
committed
fix: correct dotnet-stryker command name in tool manifest
Made-with: Cursor
1 parent f6487f7 commit 2b9bb61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dotnet-stryker": {
1313
"version": "4.13.0",
1414
"commands": [
15-
"stryker"
15+
"dotnet-stryker"
1616
],
1717
"rollForward": false
1818
}

0 commit comments

Comments
 (0)