From 7673441ec04cba3123aceeb69c03e001a6af888c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 31 Jul 2021 15:27:46 +0300 Subject: factor various "repository" classes into Repo Some other refactoring efforts are included. --- .ci/local/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ci/local/test.sh') diff --git a/.ci/local/test.sh b/.ci/local/test.sh index 8826ff4..e78a4be 100755 --- a/.ci/local/test.sh +++ b/.ci/local/test.sh @@ -74,7 +74,7 @@ setup_cgitize_toml() { output = "$output_dir" [repositories.test_repo] -id = "test_repo" +name = "test_repo" clone_url = "$upstream_repo_dir" EOF } -- cgit v1.2.3