fix a boo-boo

This commit is contained in:
Sean Kaim
2016-11-06 16:59:41 -05:00
parent abf81ac26b
commit bca02edead

View File

@@ -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
}
}