]> source.dussan.org Git - gitea.git/commit
Fix cli command restore-repo: "units" should be splitted to string slice, to match...
authorwxiaoguang <wxiaoguang@gmail.com>
Fri, 1 Jul 2022 07:47:44 +0000 (15:47 +0800)
committerGitHub <noreply@github.com>
Fri, 1 Jul 2022 07:47:44 +0000 (15:47 +0800)
commit7c1f18a2bb409e2ed669c5e0e6ef8abc9e1a534b
treecaaed0b4fc68cf6ad13fa32e2f900cce72a608d5
parent2eb713bacc202662c875e48c1954e3dd0b73c7b3
Fix cli command restore-repo: "units" should be splitted to string slice, to match the old behavior and match the dump-repo's behavior (#20183)
cmd/dump_repo.go
cmd/restore_repo.go
services/migrations/dump.go