Skip to content

Commit

Permalink
fix: telescope display error
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ryall committed Aug 7, 2024
1 parent 126288d commit 93f5afc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/telescope/_extensions/git_worktree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,10 @@ local telescope_git_worktree = function(opts)
}

local make_display = function(entry)
local path, _ = utils.transform_path(opts, entry.path)
return displayer {
{ entry.branch, 'TelescopeResultsIdentifier' },
{ utils.transform_path(opts, entry.path) },
{ path },
{ entry.sha },
}
end
Expand Down

0 comments on commit 93f5afc

Please sign in to comment.