Remove /a from fetch url in replication.config.template Change-Id: I8fa8dd05bebc50d19700d4a847c89d41490fe702
diff --git a/example-setup/configs/replication.config.template b/example-setup/configs/replication.config.template index 2939297..7e81055 100644 --- a/example-setup/configs/replication.config.template +++ b/example-setup/configs/replication.config.template
@@ -10,7 +10,7 @@ syncRefs="ALL REFS ASYNC" maxApiPayloadSize=40000 [remote "$REMOTE"] - url = http://$REMOTE_URL:8080/a/#{name}#.git + url = http://$REMOTE_URL:8080/#{name}#.git apiUrl = http://$REMOTE_URL:8080 fetch = +refs/*:refs/* mirror = true