Skip to content

Commit

Permalink
fix(config): change default registry location to https://registry.qri…
Browse files Browse the repository at this point in the history
  • Loading branch information
b5 committed Sep 3, 2019
1 parent 2ff6693 commit 7d2248a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type Registry struct {
// DefaultRegistry generates a new default registry instance
func DefaultRegistry() *Registry {
r := &Registry{
Location: "https://registry.qri.io",
Location: "https://registry.qri.cloud",
}
return r
}
Expand Down

0 comments on commit 7d2248a

Please sign in to comment.