diff options
| author | ruki <[email protected]> | 2019-01-03 22:37:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-01-03 09:45:01 +0800 |
| commit | 21539005098febb08e7331e14cae59639c9a21fc (patch) | |
| tree | 96b6eb1301a0cbae2fe532752bdc40b759994b41 /xmake/modules/package/manager/apt | |
| parent | 22a3a1c21f41205fa5ea71a4fd0a0d9caa2b8963 (diff) | |
improve theme name
Diffstat (limited to 'xmake/modules/package/manager/apt')
| -rw-r--r-- | xmake/modules/package/manager/apt/install.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/apt/install.lua b/xmake/modules/package/manager/apt/install.lua index bf5c26817..838530581 100644 --- a/xmake/modules/package/manager/apt/install.lua +++ b/xmake/modules/package/manager/apt/install.lua @@ -59,7 +59,7 @@ function main(name, opt) if confirm == nil then -- show tips - cprint("${color.warning}note: ${clear}try installing %s with administrator permission?", name) + cprint("${color.warning.bright}note: ${clear}try installing %s with administrator permission?", name) cprint("please input: y (y/n)") -- get answer |
