summaryrefslogtreecommitdiff
path: root/cli/tools/installer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tools/installer.rs')
-rw-r--r--cli/tools/installer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/installer.rs b/cli/tools/installer.rs
index 648b766b8..456e5c1a6 100644
--- a/cli/tools/installer.rs
+++ b/cli/tools/installer.rs
@@ -472,7 +472,7 @@ async fn resolve_shim_data(
executable_args.push("--cached-only".to_string());
}
- if flags.frozen_lockfile {
+ if flags.frozen_lockfile.unwrap_or(false) {
executable_args.push("--frozen".to_string());
}