aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.ci/local
diff options
context:
space:
mode:
Diffstat (limited to '.ci/local')
-rwxr-xr-x.ci/local/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/local/test.sh b/.ci/local/test.sh
index 2045e1e..7f1a958 100755
--- a/.ci/local/test.sh
+++ b/.ci/local/test.sh
@@ -40,7 +40,7 @@ setup_cgit_repos_conf() {
cat <<EOF | tee "$cgit_repos_conf_path"
[DEFAULT]
-my_repos = $my_repos_path
+my_repos = $( basename -- "$my_repos_path" )
output = $output_path
EOF
}