Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henilp105 committed Dec 19, 2023
1 parent 86e17fb commit 7999654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpm/cmd/export.f90
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module fpm_cmd_export
!> Entry point for the export subcommand
subroutine cmd_export(settings)
!> Representation of the command line arguments
type(fpm_export_settings), intent(in) :: settings
type(fpm_export_settings), intent(inout) :: settings
type(package_config_t) :: package
type(dependency_tree_t) :: deps
type(fpm_model_t) :: model
Expand Down

0 comments on commit 7999654

Please sign in to comment.