summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-08-26 22:39:02 +0800
committerruki <[email protected]>2025-08-26 22:39:02 +0800
commit29e5252336c26f647e2cebb677b22fd1509c7a4f (patch)
treeda8d5cede306653b714621f7c1201d5012040b10
parentb4c677d8ffccd0ceb6de43a51a6ccf296d9cb5e3 (diff)
update tips
-rw-r--r--xmake/modules/private/action/require/impl/download_packages.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/download_packages.lua b/xmake/modules/private/action/require/impl/download_packages.lua
index a5e25c0f5..12ed3908b 100644
--- a/xmake/modules/private/action/require/impl/download_packages.lua
+++ b/xmake/modules/private/action/require/impl/download_packages.lua
@@ -298,7 +298,7 @@ function main(requires, opt)
-- download all required packages from repositories
_download_packages(packages_download)
cprint("outputdir: ${bright}%s", option.get("packagedir"))
- cprint("${color.success}install packages ok")
+ cprint("${color.success}download packages ok")
return packages
end