mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
chore: remove alias env after use
This commit is contained in:
parent
829978f662
commit
0141cb0635
1 changed files with 1 additions and 0 deletions
|
|
@ -418,6 +418,7 @@ pub fn alias_map(shell: &str) -> Option<HashMap<String, String>> {
|
||||||
unreachable!("Unsupported shell: {}", shell);
|
unreachable!("Unsupported shell: {}", shell);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
std::env::remove_var("_PR_ALIAS");
|
||||||
Some(alias_map)
|
Some(alias_map)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue