diff options
Diffstat (limited to '')
-rwxr-xr-x | .ci/local/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |