Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
axkirillov committed Aug 3, 2022
1 parent f0cd352 commit bccee73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ easypick.setup({
{
name = "changed_files",
command = "git diff --name-only $(git merge-base HEAD " .. base_branch .. " )",
previewer = easypick.previewers.branch_diff(base_branch)
previewer = easypick.previewers.branch_diff({base_branch = base_branch})
},
-- list files that have conflicts with diffs in preview
Expand Down

0 comments on commit bccee73

Please sign in to comment.