diff --git a/src/fpm_command_line.f90 b/src/fpm_command_line.f90 index 8fd8b31c30..29159ba36e 100644 --- a/src/fpm_command_line.f90 +++ b/src/fpm_command_line.f90 @@ -722,6 +722,7 @@ subroutine get_command_line_settings(cmd_settings) cmd_settings = fpm_clean_settings( & & working_dir=working_dir, & & clean_skip=skip, & + & registry_cache=lget('registry-cache'), & & clean_all=clean_all, & & path_to_config=config_file) end block