We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3823ce commit a7097aeCopy full SHA for a7097ae
src/fpm/cmd/publish.f90
@@ -57,7 +57,8 @@ subroutine cmd_publish(settings)
57
! Check if package contains git dependencies. Only publish packages without git dependencies.
58
do i = 1, model%deps%ndep
59
if (allocated(model%deps%dep(i)%git)) then
60
- call fpm_stop(1, "Do not publish packages containing git dependencies. '"//model%deps%dep(i)%name//"' is a git dependency.")
+ call fpm_stop(1, 'Do not publish packages containing git dependencies. '// &
61
+ & "Please upload '"//model%deps%dep(i)%name//"' to the registry first.")
62
end if
63
end do
64
0 commit comments