Skip to content

Commit

Permalink
Update lua/hurl/utils.lua
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
jellydn and coderabbitai[bot] authored Nov 1, 2024
1 parent df43fac commit caca009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/hurl/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ M.create_tmp_file = function(content)
)

if not tmp_file then
M.lor_error('hurl: failed to create tmp file')
M.log_error('hurl: failed to create tmp file')
M.notify('hurl: failed to create tmp file', vim.log.levels.ERROR)
return
end
Expand Down

0 comments on commit caca009

Please sign in to comment.