From 0a299fcd5057601389f37f5b4df028c40ec88a85 Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Thu, 16 Apr 2015 07:26:42 -0700 Subject: [PATCH] Remove trailing / --- config/default.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{},