diff options
Diffstat (limited to 'cli/tools/installer.rs')
-rw-r--r-- | cli/tools/installer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/installer.rs b/cli/tools/installer.rs index 2578c3845..3bffbacad 100644 --- a/cli/tools/installer.rs +++ b/cli/tools/installer.rs @@ -233,7 +233,7 @@ pub async fn install_command( install_flags: InstallFlags, ) -> Result<(), AnyError> { // ensure the module is cached - ProcState::build(flags.clone()) + ProcState::from_flags(flags.clone()) .await? .load_and_type_check_files(&[install_flags.module_url.clone()]) .await?; |