diff --git a/Source/Modules/main.swift b/Source/Modules/main.swift index 8daae0ba..7d2b13fe 100644 --- a/Source/Modules/main.swift +++ b/Source/Modules/main.swift @@ -59,7 +59,7 @@ guard let mainBundleInfoDict = Bundle.main.infoDictionary, let strUpdateInfoSource = mainBundleInfoDict["UpdateInfoEndpoint"] as? String, let urlUpdateInfoSource = URL(string: strUpdateInfoSource) else { - NSLog("Fatal error: Info.plist wrecked It needs to have correct 'UpdateInfoEndpoint' value.") + NSLog("Fatal error: Info.plist wrecked. It needs to have correct 'UpdateInfoEndpoint' value.") exit(-1) }