Skip to content

Commit

Permalink
fix: typos in let binding
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyinz committed May 14, 2024
1 parent e2db0d2 commit f3e3508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mise.el
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ PAIRS is an alist obtained from mise's output.
Values from PROCESS-ENV will be included, but their values will
be masked by Emacs' handling of `process-environment' if they
also appear in PAIRS."
(-concat (--map (-let [(key val) pair]
(-concat (--map (-let [(key . val) it]
(if val (format "%s=%s" key val) key))
pairs)
mise--process-env))
Expand Down

0 comments on commit f3e3508

Please sign in to comment.