Skip to content

Commit

Permalink
fix copilot-signin
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Oct 15, 2024
1 parent 9b59294 commit d35ba2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/copilot/sign-in.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

(define-command copilot-signin () ()
(unless (copilot::installed-copilot-server-p)
(copilot::copilot-install-server))
(lem-copilot/install:copilot-install-server))
(copilot::setup-client-async
(lambda ()
(let* ((response (client:sign-in-initiate (copilot::client)))
Expand Down

0 comments on commit d35ba2e

Please sign in to comment.