Skip to content

Commit

Permalink
Merge pull request #38 from grafana/36-update-default-catalog-url
Browse files Browse the repository at this point in the history
feat: default catalog URL updated to registry.k6.io
  • Loading branch information
szkiba authored Sep 3, 2024
2 parents a7349c9 + e85dd66 commit 1cbff04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type Options struct {
}

// DefaultExtensionCatalogURL contains the address of the default k6 extension catalog.
const DefaultExtensionCatalogURL = "https://grafana.github.io/k6-extension-catalog/registered.json"
const DefaultExtensionCatalogURL = "https://registry.k6.io/catalog.json"

func (o *Options) appname() string {
if o != nil && len(o.AppName) > 0 {
Expand Down

0 comments on commit 1cbff04

Please sign in to comment.