Skip to content

Commit fbe9f3c

Browse files
committed
fix merge error
1 parent b7fb2e0 commit fbe9f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/rest-nvim/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ local function get_body(bufnr, start_line, stop_line)
137137
-- Ignore commented lines with and without indent
138138
if not utils.contains_comments(line) then
139139
body = body
140-
.. utils.replace_env_vars(line)
140+
.. utils.replace_vars(line)
141141
end
142142
end
143143

0 commit comments

Comments
 (0)