Skip to content

Commit

Permalink
Rename studio-extension-marketplace to extension-registry (#121)
Browse files Browse the repository at this point in the history
### Changelog
None

### Description

Updating references to studio-extension-marketplace which will soon be
renamed to `extension-registry`. (This PR should not be merged until
that rename is done)
  • Loading branch information
jtbandes committed May 9, 2024
1 parent 0275e78 commit 4b1c55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/foxglove-extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ program
program
.command("publish")
.description(
"Create an extensions.json entry for a released extension. This can be added to the https://github.com/foxglove/studio-extension-marketplace repository",
"Create an extensions.json entry for a released extension. This can be added to the https://github.com/foxglove/extension-registry repository",
)
.option("--foxe <foxe>", "URL of the published .foxe file")
.option("--cwd [cwd]", "Directory containing the extension package.json file")
Expand Down

0 comments on commit 4b1c55e

Please sign in to comment.