From bca02edead8a14098c35bed9068f8fe14490c100 Mon Sep 17 00:00:00 2001 From: Sean Kaim Date: Sun, 6 Nov 2016 16:59:41 -0500 Subject: [PATCH] fix a boo-boo --- mRemoteV1/App/Info/UpdateChannelInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mRemoteV1/App/Info/UpdateChannelInfo.cs b/mRemoteV1/App/Info/UpdateChannelInfo.cs index d3835eac7..3b911d742 100644 --- a/mRemoteV1/App/Info/UpdateChannelInfo.cs +++ b/mRemoteV1/App/Info/UpdateChannelInfo.cs @@ -26,8 +26,8 @@ return "update-debug.txt"; #else return Settings.Default.UpdateChannel.ToLowerInvariant() == "debug" ? "update-debug.txt" : "update.txt"; - } #endif + } #endif //endif for PORTABLE } }