Skip to content

Commit

Permalink
fix(pyenv): missing argument in a +log! statement
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 20, 2024
1 parent 6dbfae6 commit ace25b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
(interactive (list (if current-prefix-arg (prefix-numeric-value current-prefix-arg) 'toggle)))
(if (file-executable-p pyenv-executable)
(global-pyenv-mode arg)
(+log! "The %S file doesn't exist or is not executable, `pyenv' cannot be enabled."))))
(+log! "The %S file doesn't exist or is not executable, `pyenv' cannot be enabled." pyenv-executable))))

(use-package gitlab-ci-mode
:straight t)
Expand Down

0 comments on commit ace25b8

Please sign in to comment.