Skip to content

Commit 1b38b98

Browse files
committed
Change verbose to echo
1 parent 21a71de commit 1b38b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm/downloader.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ subroutine upload_form(endpoint, form_data, verbose, error)
9797
if (which('curl') /= '') then
9898
print *, 'Uploading package ...'
9999
call run('curl -X POST -H "Content-Type: multipart/form-data" '// &
100-
& form_data_str//endpoint, exitstat=stat, verbose=verbose)
100+
& form_data_str//endpoint, exitstat=stat, echo=verbose)
101101
else
102102
call fatal_error(error, "'curl' not installed."); return
103103
end if

0 commit comments

Comments
 (0)