ci: correct tar command for xz compression & fix typos (#11213)

This commit is contained in:
xqso
2025-07-25 15:19:23 +00:00
committed by GitHub
parent fd0c1f2ab4
commit 5c8d675eed
45 changed files with 85 additions and 85 deletions

View File

@@ -152,7 +152,7 @@ bool CPluginManager::addNewPluginRepo(const std::string& url, const std::string&
auto GLOBALSTATE = DataState::getGlobalState();
if (!GLOBALSTATE.dontWarnInstall) {
std::println("{}!{} Disclaimer: {}", Colors::YELLOW, Colors::RED, Colors::RESET);
std::println("plugins, especially not official, have no guarantee of stability, availablity or security.\n"
std::println("plugins, especially not official, have no guarantee of stability, availability or security.\n"
"Run them at your own risk.\n"
"This message will not appear again.");
GLOBALSTATE.dontWarnInstall = true;