Skip to content

Commit ff0ccc3

Browse files
authored
Merge pull request #52 from lbl-camera/fix-marketplace-source-relative-path
Fix marketplace.json plugin source path ("." -> "./")
2 parents 4e03b4c + 1d35a72 commit ff0ccc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"plugins": [
1010
{
1111
"name": "gpcam",
12-
"source": ".",
12+
"source": "./",
1313
"description": "Skills that guide an AI assistant through designing autonomous experiments with gpCAM — kernels, acquisition, prior mean, noise, cost, gp2Scale, and multi-task GPs.",
1414
"homepage": "https://gpcam.lbl.gov",
1515
"category": "scientific-computing",

0 commit comments

Comments
 (0)