summaryrefslogtreecommitdiff
path: root/xmake/plugins
diff options
context:
space:
mode:
authorruki <[email protected]>2018-08-25 00:55:50 +0800
committerruki <[email protected]>2018-08-24 23:35:00 +0800
commit3b88e27a78ac27480ce931023b47cfc40e754b46 (patch)
tree23a224d4182003a5e61bd73eef8fc8cc0870a118 /xmake/plugins
parent3834432a2fa50afc439288a4f7862261aedf41ae (diff)
fix remove repo
Diffstat (limited to 'xmake/plugins')
-rw-r--r--xmake/plugins/repo/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/repo/main.lua b/xmake/plugins/repo/main.lua
index 91c64225c..494cb66f5 100644
--- a/xmake/plugins/repo/main.lua
+++ b/xmake/plugins/repo/main.lua
@@ -69,7 +69,7 @@ function _remove(name, is_global)
end
-- trace
- cprint("${bright}remove %s repository(%s): %s ok!", ifelse(is_global, "global", "local"), name, url)
+ cprint("${bright}remove %s repository(%s): ok!", ifelse(is_global, "global", "local"), name)
end
-- update repositories