Update pull_repos.sh

This commit is contained in:
Logan McNaughton
2022-09-01 07:11:23 -06:00
committed by GitHub
parent fe85ea396f
commit 2ca1859fcd
+1 -1
View File
@@ -23,7 +23,7 @@ git fetch simple64-input-raphnetraw
git merge -s subtree simple64-input-raphnetraw/simple64 --allow-unrelated-histories --squash
git commit -m "update raphnet"
git remote add parallel-rsp https://github.com/loganmc10/parallel-rsp.git
git remote add parallel-rsp https://github.com/simple64/parallel-rsp.git
git fetch parallel-rsp
git merge -s subtree parallel-rsp/simple64 --allow-unrelated-histories --squash
git commit -m "update parallel rsp"