[longomatch] Fix typo



commit 86bbb25195fb8897eff85761f1542a12829700fd
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Sep 7 16:51:05 2012 +0200

    Fix typo

 LongoMatch.Services/Services/Core.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Services/Services/Core.cs b/LongoMatch.Services/Services/Core.cs
index b8c708a..6b9bbac 100644
--- a/LongoMatch.Services/Services/Core.cs
+++ b/LongoMatch.Services/Services/Core.cs
@@ -154,7 +154,7 @@ namespace LongoMatch.Services
 		private static void SetupBaseDir() {
 			string home;
 			
-			if (Environment.OSVersion.Platform != PlatformID.Linux)
+			if (Environment.OSVersion.Platform != PlatformID.Unix)
 				Config.baseDirectory = System.IO.Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory,"../");
 			else
 				Config.baseDirectory = System.IO.Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory,"../../");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]