Skip to content

Commit

Permalink
(probably not correct) fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yethal committed Mar 5, 2025
1 parent a487b0c commit e36dd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/self_update/shell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ impl UnixShell for Nu {
}
}

fn source_string(&self, process: &Process) -> Result<String> {
fn source_string(&self, _process: &Process) -> Result<String> {
Ok(format!(r#"source $"($nu.home-path)/.cargo/env.nu""#))
}
}
Expand Down

0 comments on commit e36dd77

Please sign in to comment.