fixed resource mapper tests.

This commit is contained in:
kay.one 2013-05-02 22:42:18 -07:00
parent 7696fb54dc
commit 9823560ec0
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}