more linux fixes

This commit is contained in:
kay.one 2013-07-25 22:22:22 -07:00
commit 23b2c9eef5
5 changed files with 14 additions and 14 deletions

View file

@ -19,7 +19,7 @@ namespace NzbDrone.Common
private static readonly string UPDATE_CLIENT_FOLDER_NAME = "NzbDrone.Update" + Path.DirectorySeparatorChar;
private static readonly string UPDATE_LOG_FOLDER_NAME = "UpdateLogs" + Path.DirectorySeparatorChar;
public static string CleanPath(this string path)
public static string CleanFilePath(this string path)
{
Ensure.That(() => path).IsNotNullOrWhiteSpace();