We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83762a commit 7874665Copy full SHA for 7874665
src/fpm.f90
@@ -691,7 +691,7 @@ subroutine cmd_clean(settings)
691
692
! Clear registry cache
693
if (settings%registry_cache) then
694
- call get_global_settings(global_settings, error)
+ call get_global_settings(global_settings, error)
695
if (allocated(error)) return
696
697
call os_delete_dir(os_is_unix(), global_settings%registry_settings%cache_path)
0 commit comments