summaryrefslogtreecommitdiff
path: root/xmake/modules/private/action/require/impl/remove_packages.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-05-06 00:50:29 +0800
committerruki <[email protected]>2021-05-06 00:50:29 +0800
commit286a92d1bd1b1690538b5d5ce7a420dfc81942d6 (patch)
treefbef5fee2633303470a8f3ecc09f8b59a97982ea /xmake/modules/private/action/require/impl/remove_packages.lua
parent26468546710f18cdc64f109d57677d370b8b146c (diff)
improve dump color
Diffstat (limited to 'xmake/modules/private/action/require/impl/remove_packages.lua')
-rw-r--r--xmake/modules/private/action/require/impl/remove_packages.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/remove_packages.lua b/xmake/modules/private/action/require/impl/remove_packages.lua
index f2452b8b6..b65627256 100644
--- a/xmake/modules/private/action/require/impl/remove_packages.lua
+++ b/xmake/modules/private/action/require/impl/remove_packages.lua
@@ -75,7 +75,7 @@ function _remove_packagedirs(packagedir, opt)
end
if not opt.clean or status then
local configs_str = _get_package_configs_str(manifest_file) or "[]"
- local description = string.format("remove ${magenta}%s-%s${clear}/${yellow}%s${clear}\n -> ${dim}%s${clear} (${red}%s${clear})", package_name, version, hash, configs_str, status and status or "used")
+ local description = string.format("remove ${color.dump.string}%s-%s${clear}/${yellow}%s${clear}\n -> ${dim}%s${clear} (${red}%s${clear})", package_name, version, hash, configs_str, status and status or "used")
local confirm = utils.confirm({default = true, description = description})
if confirm then
os.rm(hashdir)