Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Sep 23, 2024
1 parent c41a519 commit 46ae5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/reqsign/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl Env for OsEnv {

#[cfg(windows)]
fn home_dir(&self) -> Option<PathBuf> {
windows::home_dir_inner
windows::home_dir_inner()
}
}

Expand Down

0 comments on commit 46ae5f6

Please sign in to comment.