Skip to content

Commit

Permalink
remove unrelated fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts committed Jul 13, 2023
1 parent 8dfddfe commit 8fb959f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/rattler_shell/src/shell/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,11 +394,6 @@ impl Shell for Fish {
writeln!(f, "set -gx {} \"{}\"", env_var, value)
}

fn format_env_var(&self, var_name: &str) -> String {
// Fish doesnt want the extra brackets '{}'
format!("${var_name}")
}

fn unset_env_var(&self, f: &mut impl Write, env_var: &str) -> std::fmt::Result {
writeln!(f, "set -e {}", env_var)
}
Expand Down

0 comments on commit 8fb959f

Please sign in to comment.