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 0e307f3 commit a1425b1
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 @@ -53,7 +53,7 @@ local function find_env_files(file, root_dir, cache_dir, current_file_dir, scan_
end

-- sort by path length, the current buffer file path will be the first
table.sort(files, function(a, b)
table.sort(files, function(a, b)
return #a.path > #b.path
end)
return files
Expand Down

0 comments on commit a1425b1

Please sign in to comment.