At least a temporary fix of the starter kit installer

This commit is contained in:
Sebastiaan Janssen
2013-11-19 18:01:09 +01:00
parent c6720ff42c
commit 14bb0ce4d8

View File

@@ -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"]; }