Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
henilp105 committed May 5, 2024
1 parent 3ca2176 commit f4a8844
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 @@ -446,7 +446,7 @@ subroutine git_archive(source, destination, ref, additional_files, verbose, erro
& -o '//destination, &
& echo=verbose, &
& exitstat=stat)

if (stat /= 0) then
call fatal_error(error, "Error packing '"//source//"'."); return
end if
Expand Down

0 comments on commit f4a8844

Please sign in to comment.