Skip to content

Commit d87a744

Browse files
committed
FIX remote URL
1 parent 4ae1ab8 commit d87a744

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo ${CI_PULL_REQUEST//*pull\//} | tee merge.txt
2626
if [[ $(cat merge.txt) != "" ]]; then
2727
echo "Merging $(cat merge.txt)";
28-
git remote add upstream git://github.com/inria-mind/picard.git;
28+
git remote add upstream git://github.com/mind-inria/picard.git;
2929
git pull --ff-only upstream "refs/pull/$(cat merge.txt)/merge";
3030
git fetch upstream master;
3131
fi

0 commit comments

Comments
 (0)