Skip to content

Commit f4a8844

Browse files
committed
test
1 parent 3ca2176 commit f4a8844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm/git.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ subroutine git_archive(source, destination, ref, additional_files, verbose, erro
446446
& -o '//destination, &
447447
& echo=verbose, &
448448
& exitstat=stat)
449-
449+
450450
if (stat /= 0) then
451451
call fatal_error(error, "Error packing '"//source//"'."); return
452452
end if

0 commit comments

Comments
 (0)