From 14bb0ce4d84bd2b59e9e00e4c236158c168475ee Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Tue, 19 Nov 2013 18:01:09 +0100 Subject: [PATCH] At least a temporary fix of the starter kit installer --- .../Configuration/UmbracoSettings/RepositoryElement.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Core/Configuration/UmbracoSettings/RepositoryElement.cs b/src/Umbraco.Core/Configuration/UmbracoSettings/RepositoryElement.cs index 21319f01e4..b7a1157c40 100644 --- a/src/Umbraco.Core/Configuration/UmbracoSettings/RepositoryElement.cs +++ b/src/Umbraco.Core/Configuration/UmbracoSettings/RepositoryElement.cs @@ -19,7 +19,7 @@ namespace Umbraco.Core.Configuration.UmbracoSettings set { base["guid"] = value; } } - [ConfigurationProperty("repositoryurl", DefaultValue = "http://our.umbraco.org")] + [ConfigurationProperty("repositoryurl", DefaultValue = "http://packages.umbraco.org")] public string RepositoryUrl { get { return (string)base["repositoryurl"]; }