From 21f1b0efbf5441e5ec82a2caa84984a77ad7e7eb Mon Sep 17 00:00:00 2001 From: Saikari Date: Sun, 26 Jul 2026 22:50:42 +0300 Subject: Added tests for plugins --- xmake/plugins/plugin/xmake.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xmake/plugins/plugin/xmake.lua') diff --git a/xmake/plugins/plugin/xmake.lua b/xmake/plugins/plugin/xmake.lua index b61dd05f9..87d85e81d 100644 --- a/xmake/plugins/plugin/xmake.lua +++ b/xmake/plugins/plugin/xmake.lua @@ -36,7 +36,6 @@ task("plugin") " $ xmake plugin --install hello-world", " $ xmake plugin --remove hello-world", " $ xmake plugin --list", - " $ xmake plugin --update", - " $ xmake plugin --update hello-world"} + " $ xmake plugin --update"} } } -- cgit v1.3.1