mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 18:26:15 +01:00
yet another place where wrong apiurl is used for getbinaries
This commit is contained in:
parent
9dfaf611f3
commit
7c423392e1
@ -2382,7 +2382,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
if st.st_mtime == binary.mtime and st.st_size == binary.size:
|
||||
continue
|
||||
|
||||
get_binary_file(conf.config['apiurl'],
|
||||
get_binary_file(apiurl,
|
||||
project,
|
||||
repository, architecture,
|
||||
binary.name,
|
||||
|
Loading…
Reference in New Issue
Block a user