From 78746653f35d8426e2ebfc8d91a7964c92eb5272 Mon Sep 17 00:00:00 2001 From: Henil Panchal Date: Sat, 23 Mar 2024 12:55:04 +0530 Subject: [PATCH] check --- src/fpm.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fpm.f90 b/src/fpm.f90 index 9aff72443b..d5c6e0d0a1 100644 --- a/src/fpm.f90 +++ b/src/fpm.f90 @@ -691,7 +691,7 @@ subroutine cmd_clean(settings) ! Clear registry cache if (settings%registry_cache) then - call get_global_settings(global_settings, error) + call get_global_settings(global_settings, error) if (allocated(error)) return call os_delete_dir(os_is_unix(), global_settings%registry_settings%cache_path)