diff --git a/native/updater/util.cpp b/native/updater/util.cpp index f545845..3ab06bb 100644 --- a/native/updater/util.cpp +++ b/native/updater/util.cpp @@ -89,7 +89,7 @@ inline std::string build_callback_info(const std::string& error_id, const std::s void execute_callback_fail_exit(const std::string& error, const std::string& error_message) { file::rollback(); - if(!is_executable(config::callback_file)) {w + if(!is_executable(config::callback_file)) { logger::fatal("callback file (%s) is not executable! Ignoring fail callback", config::callback_file.c_str()); logger::flush(); exit(1);