Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Mar 25, 2024
1 parent 2bc0a37 commit 0cdb2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpm/git.f90
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ subroutine git_archive(source, destination, ref, additional_files, verbose, erro
end if

allocate(character(len=0) :: add_files)
if (present(additional_files) then
if (present(additional_files)) then
do i=1,size(additional_files)
add_files = trim(add_files)//' --add-file='//adjustl(additional_files(i))
end do
Expand Down

0 comments on commit 0cdb2d2

Please sign in to comment.