Skip to content

Commit cc7cedb

Browse files
committed
Only use one string
1 parent 4c0d5a6 commit cc7cedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm/cmd/publish.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ subroutine cmd_publish(settings)
9999
! Perform network request and validate package, token etc. on the backend once
100100
! https://github.com/fortran-lang/registry/issues/41 is resolved.
101101
if (settings%is_dry_run) then
102-
print *, 'Dry run successful. ', 'Generated tarball: ', tmp_file; return
102+
print *, 'Dry run successful. Generated tarball: ', tmp_file; return
103103
end if
104104

105105
call downloader%upload_form(official_registry_base_url//'/packages', upload_data, error)

0 commit comments

Comments
 (0)