fix: typo for notify log level (#1813)

This commit is contained in:
Dhruv Manilawala
2022-03-31 01:13:32 +05:30
committed by GitHub
parent 4eedf1599e
commit 5a93a6f005

View File

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