chore: remove alias env after use

This commit is contained in:
iff 2025-01-26 18:40:48 +01:00
parent 829978f662
commit 0141cb0635

View file

@ -418,6 +418,7 @@ pub fn alias_map(shell: &str) -> Option<HashMap<String, String>> {
unreachable!("Unsupported shell: {}", shell);
}
}
std::env::remove_var("_PR_ALIAS");
Some(alias_map)
}