From a9b9a5269f85b3f7b7012f639a678ca177647066 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 7 Dec 2014 22:05:27 -0800 Subject: [PATCH] Fixing the build --- src/NzbDrone.Update/UpdateApp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Update/UpdateApp.cs b/src/NzbDrone.Update/UpdateApp.cs index ebfd3bdbb..2cf18991c 100644 --- a/src/NzbDrone.Update/UpdateApp.cs +++ b/src/NzbDrone.Update/UpdateApp.cs @@ -71,7 +71,7 @@ namespace NzbDrone.Update ProcessId = ParseProcessId(args[0]) }; - if (OsInfo.IsMono) + if (OsInfo.IsNotWindows) { switch (args.Count()) {