Skip to content

Commit ee72ce6

Browse files
authored
Merge pull request #25 from sebastienlevert/fix/marketplace-source-paths
Fix marketplace source paths to use relative ./ prefix
2 parents 7fb23ae + 539526e commit ee72ce6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"plugins": [
1212
{
1313
"name": "workiq",
14-
"source": "plugins/workiq",
14+
"source": "./plugins/workiq",
1515
"description": "WorkIQ plugin for GitHub Copilot.",
1616
"version": "1.0.0",
1717
"skills": [
@@ -20,7 +20,7 @@
2020
},
2121
{
2222
"name": "spark",
23-
"source": "plugins/spark",
23+
"source": "./plugins/spark",
2424
"description": "Spark plugin for GitHub Copilot.",
2525
"version": "1.0.0",
2626
"skills": [

0 commit comments

Comments
 (0)