From aded9ec437af62770d868ce540b3572a34bd2f39 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Tue, 13 Jun 2017 10:17:45 +0200 Subject: [PATCH] Fixing docs --- .../Busineslogic/GithubSourcePull/ZipDownloader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OurUmbraco/Documentation/Busineslogic/GithubSourcePull/ZipDownloader.cs b/OurUmbraco/Documentation/Busineslogic/GithubSourcePull/ZipDownloader.cs index 0db8d1de..2795b0ce 100644 --- a/OurUmbraco/Documentation/Busineslogic/GithubSourcePull/ZipDownloader.cs +++ b/OurUmbraco/Documentation/Busineslogic/GithubSourcePull/ZipDownloader.cs @@ -125,7 +125,7 @@ namespace OurUmbraco.Documentation.Busineslogic.GithubSourcePull RemoveExistingDocumentation(RootFolder); ZipFile.ExtractToDirectory(zip, RootFolder); - var unzippedPath = RootFolder + "\\UmbracoDocs-StarterkitLessons\\"; + var unzippedPath = RootFolder + "\\UmbracoDocs-master\\"; foreach (var directory in new DirectoryInfo(unzippedPath).GetDirectories()) Directory.Move(directory.FullName, RootFolder + "\\" + directory.Name); foreach (var file in new DirectoryInfo(unzippedPath).GetFiles())