fix(install): prebuilt instruction (closes #474) (#476)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-09-03 06:53:14 -04:00
committed by GitHub
parent a5726bd2bf
commit 24b66e08dc
4 changed files with 31 additions and 13 deletions

View File

@@ -50,7 +50,7 @@ H.commands = function()
local key, value = arg:match("(%w+)=(%w+)")
if key and value then args[key] = value == "true" end
end
if args.source == nil then args.source = Config.debug and true or false end
if args.source == nil then args.source = true end
require("avante.api").build(args)
end, {