Skip to content

Commit

Permalink
fix(copilot.el): Windows' executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 18, 2024
1 parent 26fa165 commit 3f75f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copilot.el
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ indentation offset."

(defconst copilot--server-executable
(if (eq system-type 'windows-nt)
(f-join copilot-install-dir "node_modules" "copilot-node-server" "copilot"
(f-join copilot-install-dir "node_modules" "copilot-node-server"
"bin" "copilot-node-server")
(f-join copilot-install-dir "bin" "copilot-node-server"))
"The dist directory containing agent.js file.")
Expand Down

0 comments on commit 3f75f2c

Please sign in to comment.