Skip to content

Commit

Permalink
Merge pull request #85 from tko/master
Browse files Browse the repository at this point in the history
Handle whitespace in docset folder path
  • Loading branch information
kidd committed Jun 15, 2015
2 parents 5441b35 + 2984a2c commit 88417ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-dash.el
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Report an error unless a valid docset is selected."
(let ((docset-folder
(helm-dash-docset-folder-name
(shell-command-to-string
(format "tar xvf %s -C %s" (shell-quote-argument docset-tmp-path) (helm-dash-docsets-path))))))
(format "tar xvf %s -C %s" (shell-quote-argument docset-tmp-path) (shell-quote-argument (helm-dash-docsets-path)))))))
(helm-dash-activate-docset docset-folder)
(message (format
"Docset installed. Add \"%s\" to helm-dash-common-docsets or helm-dash-docsets."
Expand Down

0 comments on commit 88417ed

Please sign in to comment.