diff --git a/config/default.go b/config/default.go index b996f7ae..7fd2e02b 100644 --- a/config/default.go +++ b/config/default.go @@ -329,7 +329,7 @@ func NewConfig() *Config { }, Repositories: map[string]Repository{ "core": Repository{ - Url: "https://raw.githubusercontent.com/rancherio/os-services/master/", + Url: "https://raw.githubusercontent.com/rancherio/os-services/master", }, }, Services: map[string]*project.ServiceConfig{},