Skip to content

Commit

Permalink
Update src/cli/global/add.rs
Browse files Browse the repository at this point in the history
Co-authored-by: nichmor <nmorkotilo@gmail.com>
  • Loading branch information
Hofer-Julian and nichmor authored Oct 21, 2024
1 parent 2588a09 commit 990bc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/global/add.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub async fn execute(args: Args) -> miette::Result<()> {
state_changes |= project.sync_environment(env_name).await?;

// Figure out added packages and their corresponding versions
state_changes |= project.added_packages(specs.as_ref(), env_name).await?;
state_changes |= project.added_packages(specs, env_name).await?;

project.manifest.save().await?;

Expand Down

0 comments on commit 990bc5a

Please sign in to comment.