fix: typo for notify log level (#1813)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user