diff --git a/SparkleLib/SparkleFetcherBase.cs b/SparkleLib/SparkleFetcherBase.cs index 57490760..fd1716af 100755 --- a/SparkleLib/SparkleFetcherBase.cs +++ b/SparkleLib/SparkleFetcherBase.cs @@ -282,7 +282,7 @@ namespace SparkleLib { string host_key = process.StandardOutput.ReadToEnd ().Trim (); process.WaitForExit (); - if (process.ExitCode == 0 && host_key != null) + if (process.ExitCode == 0 && host_key != "") return host_key; else return null;