Skip to content

Commit

Permalink
fix(installer): pass cached-only to executable_args (#9169)
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyfallon authored Jan 19, 2021
1 parent 3505823 commit 867ce78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tools/installer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ pub fn install(
}

if flags.cached_only {
executable_args.push("--cached_only".to_string());
executable_args.push("--cached-only".to_string());
}

if !flags.v8_flags.is_empty() {
Expand Down

0 comments on commit 867ce78

Please sign in to comment.