Skip to content

Commit 6c869bf

Browse files
committed
updated the correct toolhive-registry url
1 parent ea60454 commit 6c869bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/registry/official.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func (*OfficialRegistry) createRepository(entry *types.RegistryEntry) model.Repo
204204

205205
if repositoryURL == "" {
206206
// Use a toolhive-registry placeholder URL to satisfy validation when no repository is available for remote servers
207-
repositoryURL = "https://github.com/placeholder/no-repository"
207+
repositoryURL = "https://github.com/stacklok/toolhive-registry"
208208
if entry.IsRemote() {
209209
return model.Repository{
210210
URL: repositoryURL,

0 commit comments

Comments
 (0)