diff --git a/.circleci/config.yml b/.circleci/config.yml index 535bd3ca8..910c2867e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,7 @@ commands: echo ${CI_PULL_REQUEST//*pull\//} | tee merge.txt if [[ $(cat merge.txt) != "" ]]; then echo "Merging $(cat merge.txt)"; - git remote add upstream https://github.com/neurodata/treeple.git; + git remote add upstream https://github.com/neurodata/scikit-tree.git; git pull --ff-only upstream "refs/pull/$(cat merge.txt)/merge"; git fetch upstream main; fi