Skip to content

Commit

Permalink
fix build?
Browse files Browse the repository at this point in the history
  • Loading branch information
domsleee committed Apr 1, 2023
1 parent 6eb75f0 commit 30daee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/git_status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ fn git_status_wsl(context: &Context, conf: &GitStatusConfig) -> Option<String> {
.map(|mut c| {
c.env(
"STARSHIP_CONFIG",
crate::config::get_config_path().unwrap_or_else(|| "/dev/null".to_string()),
context.get_config_path_os().unwrap_or_else(|| "/dev/null".to_string()),
)
.env("WSLENV", wslenv)
.args(["module", "git_status", "--path", winpath]);
Expand Down

0 comments on commit 30daee4

Please sign in to comment.