Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
henilp105 committed Mar 23, 2024
1 parent f83762a commit 7874665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpm.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7874665

Please sign in to comment.