Files
@ ffe4d5060d91
Branch filter:
Location: kallithea/scripts/make-release
ffe4d5060d91
2.0 KiB
text/plain
api: avoid duplicating group name when updating repo (Issue #37)
The api incorrectly passed repo.repo_name as repo_name, and the model update
function incorrectly always required repo_name.
The api incorrectly passed repo.repo_name as repo_name, and the model update
function incorrectly always required repo_name.