branch: elpa/helm
commit 66fcbbccb65567aca4d96a1795346dd2eab4daeb
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Fix process-buffer name
---
 helm-packages.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-packages.el b/helm-packages.el
index ca36b730f7..0b207f468d 100644
--- a/helm-packages.el
+++ b/helm-packages.el
@@ -312,7 +312,7 @@ PROVIDER can be one of \"melpa\", \"gnu\" or \"nongnu\"."
                               package)))
              process-connection-type
              (proc (start-process
-                    "git" "*helm packages clone"
+                    "git" "*helm packages clone*"
                     "git" "clone" (if (or (string-match "\\.git\\'" url)
                                           ;; For git-remote-hg.
                                           (string-match "\\`hg" url))

Reply via email to