Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
masasam committed Jun 16, 2019
1 parent e9bbf99 commit da451df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions counsel-tramp.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Masashı Mıyaura
;; URL: https://github.com/masasam/emacs-counsel-tramp
;; Version: 0.7.4
;; Version: 0.7.5
;; Package-Requires: ((emacs "24.3") (counsel "0.10"))

;; This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -175,7 +175,7 @@ Kill all remote buffers."
(cl-loop for box-name in (cl-map 'list 'cadr (vagrant-tramp--completions))
do (progn
(push (concat "/vagrant:" box-name ":/") hosts)
(push (concat "/vagrant:" box-name "|sudo:root@" box-name ":/") hosts))))
(push (concat "/vagrant:" box-name "|sudo:" box-name ":/") hosts))))
(push (concat "/sudo:root@localhost:" counsel-tramp-localhost-directory) hosts)
(reverse hosts)))

Expand Down

0 comments on commit da451df

Please sign in to comment.