Skip to content

Commit

Permalink
reset to default community repo url (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
kensipe committed Sep 30, 2019
1 parent 37dd630 commit a19c69b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pkg/kudoctl/cmd/testdata/repo-list.golden
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NAME URL
*community https://kudo-repository.storage.googleapis.com/0.7.0
NAME URL
*community https://kudo-repository.storage.googleapis.com
6 changes: 3 additions & 3 deletions pkg/kudoctl/cmd/testdata/skip-check-add-list.golden
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
NAME URL
*community https://kudo-repository.storage.googleapis.com/0.7.0
foo badurl
NAME URL
*community https://kudo-repository.storage.googleapis.com
foo badurl
2 changes: 1 addition & 1 deletion pkg/kudoctl/util/repo/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type Repositories struct {
// Default initialized repository.
var Default = &Configuration{
Name: defaultRepoName,
URL: "https://kudo-repository.storage.googleapis.com/0.7.0",
URL: "https://kudo-repository.storage.googleapis.com",
}

// NewRepositories creates a new repo with only defaults populated
Expand Down
2 changes: 1 addition & 1 deletion pkg/kudoctl/util/repo/testdata/repositories.yaml.golden
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ context: community
repoVersion: v1
repositories:
- name: community
url: https://kudo-repository.storage.googleapis.com/0.7.0
url: https://kudo-repository.storage.googleapis.com

0 comments on commit a19c69b

Please sign in to comment.