Skip to content

Commit 7e63a3a

Browse files
committed
fix:
1 parent 018ca72 commit 7e63a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_command_line.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ subroutine get_command_line_settings(cmd_settings)
720720
allocate(fpm_clean_settings :: cmd_settings)
721721
call get_current_directory(working_dir, error)
722722
cmd_settings = fpm_clean_settings( &
723-
& calling_dir=working_dir, &
723+
& working_dir=working_dir, &
724724
& clean_skip=skip, &
725725
& clean_all=clean_all, &
726726
& path_to_config=config_file)

0 commit comments

Comments
 (0)