fix(git_branch): fix typo in action notification (#1966)

This commit is contained in:
Fabian David Schmidt
2022-05-25 15:26:28 +02:00
committed by GitHub
parent 328232e090
commit cd9e6aaee0

View File

@@ -604,7 +604,7 @@ actions.git_switch_branch = function(prompt_bufnr)
selection.value, selection.value,
table.concat(stderr, " ") table.concat(stderr, " ")
), ),
level = "ERORR", level = "ERROR",
}) })
end end
end end