diff options
Diffstat (limited to 'cli/tools/installer.rs')
-rw-r--r-- | cli/tools/installer.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tools/installer.rs b/cli/tools/installer.rs index 1809e1f16..c3f415dc7 100644 --- a/cli/tools/installer.rs +++ b/cli/tools/installer.rs @@ -464,10 +464,6 @@ async fn resolve_shim_data( executable_args.push("--no-npm".to_string()); } - if flags.lock_write { - executable_args.push("--lock-write".to_string()); - } - if flags.cached_only { executable_args.push("--cached-only".to_string()); } |