Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
masasam committed Jun 15, 2019
1 parent 4f7ec6d commit 066936b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion counsel-tramp.el
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ Kill all remote buffers."
(let ((files (counsel-tramp--directory-files
(expand-file-name
counsel-tramp-control-master-path)
counsel-tramp-control-master-prefix)))
counsel-tramp-control-master-prefix))
(hostuser nil)
(hostname nil)
(port nil))
(dolist (controlmaster files)
(let ((file (file-name-nondirectory controlmaster)))
(when (string-match
Expand Down

0 comments on commit 066936b

Please sign in to comment.