Skip to content

Commit

Permalink
chore: remove fix should fail CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh committed Dec 11, 2023
1 parent 48ce041 commit f379ac8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/kitty-scrollback/api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ M.checkhealth = function()
vim
.system({
-- fallback to 'kitty' because checkhealth can be called outside of standard setup flow
(p and p.kitty_data and p.kitty_data.kitty_path) and p.kitty_data.kitty_path or 'kitty',
p.kitty_data.kitty_path,
-- (p and p.kitty_data and p.kitty_data.kitty_path) and p.kitty_data.kitty_path or 'kitty',
'@',
'kitten',
kitty_scrollback_kitten,
Expand Down

0 comments on commit f379ac8

Please sign in to comment.