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 018ca72 commit 7e63a3aCopy full SHA for 7e63a3a
src/fpm_command_line.f90
@@ -720,7 +720,7 @@ subroutine get_command_line_settings(cmd_settings)
720
allocate(fpm_clean_settings :: cmd_settings)
721
call get_current_directory(working_dir, error)
722
cmd_settings = fpm_clean_settings( &
723
- & calling_dir=working_dir, &
+ & working_dir=working_dir, &
724
& clean_skip=skip, &
725
& clean_all=clean_all, &
726
& path_to_config=config_file)
0 commit comments