Skip to main content

ci: fix a broken path

ID
6a65b2e
date
2026-05-17 15:41:07+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
2f7b2f2
message
ci: fix a broken path
changed files
1 file, 1 addition, 1 deletion

Changed files

ci/post_receive_tests.sh (1727) → ci/post_receive_tests.sh (1721)

diff --git a/ci/post_receive_tests.sh b/ci/post_receive_tests.sh
index 08455e6..6f988e4 100755
--- a/ci/post_receive_tests.sh
+++ b/ci/post_receive_tests.sh
@@ -27,7 +27,7 @@ unset GIT_DIR
 REPO_NAME="$1"
 
 # REMOTES_ROOT is the directory where I keep all my remote repos
-REMOTES_ROOT="/Volumes/Media (Speedwell)/Media/repos"
+REMOTES_ROOT="/Volumes/Media (Speedwell)/repos"
 
 # SCRATCH_ROOT is the directory where I have checked-out versions for
 # running post-receive tests