Skip to content

Commit

Permalink
feat: Updated lua/hurl/main.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Mar 14, 2024
1 parent deed065 commit de48574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/hurl/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ local function execute_hurl_cmd(opts, callback)
'hurl: looking for ' .. vim.inspect(_HURL_GLOBAL_CONFIG.env_file) .. ' in ' .. env.path
)
if vim.fn.filereadable(env.path) == 1 then
utils.log_info('hurl: found env file in ' .. env.path)
utils.log_info('hurl: found env file in ' .. env.path)
table.insert(opts, '--variables-file')
table.insert(opts, env.path)
end
Expand Down

0 comments on commit de48574

Please sign in to comment.