Skip to content

Commit

Permalink
Fix forgotten rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Nov 27, 2024
1 parent 3e7082b commit 8e99789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pixi_config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ pub fn config_path_system() -> PathBuf {
pub fn config_path_global() -> Vec<PathBuf> {
vec![
dirs::config_dir().map(|d| d.join("pixi").join(consts::CONFIG_FILE)),
home_path().map(|d| d.join(consts::CONFIG_FILE)),
pixi_home().map(|d| d.join(consts::CONFIG_FILE)),
]
.into_iter()
.flatten()
Expand Down

0 comments on commit 8e99789

Please sign in to comment.