Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-jpq committed Mar 23, 2024
1 parent 3c17cc5 commit ed27de5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["git@bigly.dog"]
description = "Space Age seD | /~https://github.com/ms-jpq/sad"
edition = "2021"
name = "sad"
version = "0.4.26"
version = "0.4.27"


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/fzf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub fn stream_fzf_proc(
|path| format!("{}", path.display()),
),
);
fzf_env.insert("LC_ALL".to_owned(), "C-UTF8".to_owned());
fzf_env.insert("LC_ALL".to_owned(), "C.UTF-8".to_owned());

let cmd = SubprocCommand {
prog: bin,
Expand Down

0 comments on commit ed27de5

Please sign in to comment.