Skip to content

Commit 679bc5d

Browse files
freevryheidawvwgk
andauthored
Update src/fpm/cmd/new.f90
Co-authored-by: Sebastian Ehlert <[email protected]>
1 parent 1a3d5cf commit 679bc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm/cmd/new.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ end function default_user
590590
function git_user(what) result(user)
591591
use fpm_filesystem, only : get_temp_filename, getline
592592
implicit none
593-
character(len=5), intent(in) :: what
593+
character(len=*), intent(in) :: what
594594
character(len=:), allocatable :: user
595595
character(len=:), allocatable :: temp_user, iomsg
596596
integer :: stat, unit

0 commit comments

Comments
 (0)