Skip to content

Commit 7874665

Browse files
committed
check
1 parent f83762a commit 7874665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ subroutine cmd_clean(settings)
691691

692692
! Clear registry cache
693693
if (settings%registry_cache) then
694-
call get_global_settings(global_settings, error)
694+
call get_global_settings(global_settings, error)
695695
if (allocated(error)) return
696696

697697
call os_delete_dir(os_is_unix(), global_settings%registry_settings%cache_path)

0 commit comments

Comments
 (0)