Skip to content

Commit

Permalink
fix: unknown reference to Log.devel()
Browse files Browse the repository at this point in the history
  • Loading branch information
rbmarliere committed Jul 21, 2024
1 parent a8ffda8 commit 9344636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/git-worktree/worktree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function M.create(path, branch, upstream)

rebase:after(function()
if rebase.code ~= 0 then
Log.devel("Rebase failed, but that's ok.")
Log.debug("Rebase failed, but that's ok.")
end

vim.schedule(function()
Expand Down

0 comments on commit 9344636

Please sign in to comment.