Skip to content

Commit

Permalink
Update directory name from environment_dir to pixi_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Dec 20, 2023
1 parent 773cbfe commit f9ce6e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cli/add.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pub async fn execute(args: Args) -> miette::Result<()> {
// Sanity check of prefix location
verify_prefix_location_unchanged(
project
.environment_dir()
.pixi_dir()
.join(consts::PREFIX_FILE_NAME)
.as_path(),
)?;
Expand Down
2 changes: 1 addition & 1 deletion src/environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub fn sanity_check_project(project: &Project) -> miette::Result<()> {
// Sanity check of prefix location
verify_prefix_location_unchanged(
project
.environment_dir()
.pixi_dir()
.join(consts::PREFIX_FILE_NAME)
.as_path(),
)?;
Expand Down

0 comments on commit f9ce6e5

Please sign in to comment.