Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
henilp105 committed Apr 27, 2024
1 parent 018ca72 commit 7e63a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpm_command_line.f90
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ subroutine get_command_line_settings(cmd_settings)
allocate(fpm_clean_settings :: cmd_settings)
call get_current_directory(working_dir, error)
cmd_settings = fpm_clean_settings( &
& calling_dir=working_dir, &
& working_dir=working_dir, &
& clean_skip=skip, &
& clean_all=clean_all, &
& path_to_config=config_file)
Expand Down

0 comments on commit 7e63a3a

Please sign in to comment.