Skip to content

Commit cbda340

Browse files
Copilotheaths
andauthored
Fix linting plugin local source path in marketplace (#4)
* Initial plan * Fix linting plugin source path in marketplace.json Co-authored-by: heaths <1532486+heaths@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: heaths <1532486+heaths@users.noreply.github.com>
1 parent 962d1d4 commit cbda340

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Heath Stewart"
77
},
88
"metadata": {
9-
"version": "0.4.3"
9+
"version": "0.4.4"
1010
},
1111
"plugins": [
1212
{
@@ -27,7 +27,7 @@
2727
},
2828
{
2929
"name": "linting",
30-
"source": "plugins/linting",
30+
"source": "./plugins/linting",
3131
"description": "Skills and tools for formatting and linting",
3232
"version": "0.2.4"
3333
}

0 commit comments

Comments
 (0)