From f75224a8435d0eb9cdda79f8bc571eeef25a8e33 Mon Sep 17 00:00:00 2001 From: wtz Date: Wed, 19 Jul 2023 12:35:52 +0800 Subject: Fix grammar --- xmake/modules/private/action/require/impl/environment.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/private/action/require/impl/environment.lua') diff --git a/xmake/modules/private/action/require/impl/environment.lua b/xmake/modules/private/action/require/impl/environment.lua index aa44dcefe..8d7dbdcc0 100644 --- a/xmake/modules/private/action/require/impl/environment.lua +++ b/xmake/modules/private/action/require/impl/environment.lua @@ -58,7 +58,7 @@ function enter() instance:envs_enter() end - -- we need force to detect and flush detect cache after loading all environments + -- we need to force to detect and flush detect cache after loading all environments if not git then find_tool("git", {force = true}) end -- cgit v1.3.1