Skip to content

Commit c1430e6

Browse files
feat: Updated lua/hurl/main.lua
1 parent ab43ee7 commit c1430e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/hurl/main.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ local http = require('hurl.http_utils')
55
local M = {}
66

77
local response = {}
8+
local options = {}
89
local is_running = false
910

1011
-- Looking for vars.env file base on the current file buffer
@@ -88,7 +89,7 @@ local function find_env_files_in_folders()
8889
return #a.path > #b.path
8990
end)
9091

91-
return env_files
92+
return envFiles
9293
end
9394

9495
--- Output handler

0 commit comments

Comments
 (0)