Skip to content

Commit

Permalink
Quote Conda command
Browse files Browse the repository at this point in the history
  • Loading branch information
chinnu043 authored Sep 5, 2023
1 parent 6a6a27d commit d9dfd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda.el
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Set for the lifetime of the process.")
Cached for the lifetime of the process."
(if (not (eq conda--installed-version nil))
conda--installed-version
(let ((version-output (shell-command-to-string (format "%s -V" (conda--get-executable-path)))))
(let ((version-output (shell-command-to-string (format "\"%s\" -V" (conda--get-executable-path)))))
(condition-case err
(s-with version-output
(s-trim)
Expand Down

0 comments on commit d9dfd62

Please sign in to comment.