Skip to content

Commit

Permalink
Fix #163; error in ssh.lua when ~/.ssh/config exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Jan 15, 2023
1 parent 0128a9f commit c3433fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssh.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ local function list_ssh_hosts()
end
end
end
return nil
end)
:filter()
end
Expand Down

0 comments on commit c3433fc

Please sign in to comment.