diff options
Diffstat (limited to 'xmake/modules/private/action/require/impl/environment.lua')
| -rw-r--r-- | xmake/modules/private/action/require/impl/environment.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
