Skip to content

Commit 7999654

Browse files
committed
fix
1 parent 86e17fb commit 7999654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm/cmd/export.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module fpm_cmd_export
1616
!> Entry point for the export subcommand
1717
subroutine cmd_export(settings)
1818
!> Representation of the command line arguments
19-
type(fpm_export_settings), intent(in) :: settings
19+
type(fpm_export_settings), intent(inout) :: settings
2020
type(package_config_t) :: package
2121
type(dependency_tree_t) :: deps
2222
type(fpm_model_t) :: model

0 commit comments

Comments
 (0)