Skip to content

Commit 073995d

Browse files
committed
fix(margin): env name in help popup action
1 parent 43d3061 commit 073995d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/neogit/popups/help/actions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ M.popups = function(env)
7676
p(env.log)
7777
end) },
7878
{ "MarginPopup", "Margin", popups.open("margin", function(p)
79-
p(env.log)
79+
p(env.margin)
8080
end) },
8181
{
8282
"CherryPickPopup",

0 commit comments

Comments
 (0)