diff options
| author | Fabian David Schmidt <39233597+fdschmidt93@users.noreply.github.com> | 2022-05-25 15:26:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-25 15:26:28 +0200 |
| commit | cd9e6aaee01624c1a5423a783e7fd5bc8fc955c5 (patch) | |
| tree | 44ddc4e5d116fd23963315054b2a9e813be0f431 /lua/telescope/actions/init.lua | |
| parent | 328232e090004274f2c830fdaad9a2bda8ba2e60 (diff) | |
fix(git_branch): fix typo in action notification (#1966)
Diffstat (limited to 'lua/telescope/actions/init.lua')
| -rw-r--r-- | lua/telescope/actions/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/actions/init.lua b/lua/telescope/actions/init.lua index d448e79..5b1070f 100644 --- a/lua/telescope/actions/init.lua +++ b/lua/telescope/actions/init.lua @@ -604,7 +604,7 @@ actions.git_switch_branch = function(prompt_bufnr) selection.value, table.concat(stderr, " ") ), - level = "ERORR", + level = "ERROR", }) end end |
