Skip to content

Commit

Permalink
Update lockfile.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Nov 21, 2024
1 parent bcc0c26 commit d787b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lockfile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl Lockfile {
}

pub fn update_lockfiles(new_versions: &[ToolVersion]) -> Result<()> {
if !SETTINGS.lockfile {
if !SETTINGS.lockfile || !SETTINGS.experimental {
return Ok(());
}
SETTINGS.ensure_experimental("lockfile")?;
Expand Down

0 comments on commit d787b01

Please sign in to comment.