From 9823560ec06ff00aba75846192d6d6d938a1ba7e Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Thu, 2 May 2013 22:42:18 -0700 Subject: [PATCH] fixed resource mapper tests. --- NzbDrone.Api/Frontend/StaticResourceMapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NzbDrone.Api/Frontend/StaticResourceMapper.cs b/NzbDrone.Api/Frontend/StaticResourceMapper.cs index f8b4fa738..9ef688ee0 100644 --- a/NzbDrone.Api/Frontend/StaticResourceMapper.cs +++ b/NzbDrone.Api/Frontend/StaticResourceMapper.cs @@ -15,7 +15,7 @@ namespace NzbDrone.Api.Frontend path = path.Trim(Path.DirectorySeparatorChar).ToLower(); - return Path.Combine(Directory.GetCurrentDirectory(), "ui", path); + return Path.Combine("ui", path); } } } \ No newline at end of file