From 2ca1859fcd3cf37352df83e4ab3ba16f27bf3791 Mon Sep 17 00:00:00 2001 From: Logan McNaughton <848146+loganmc10@users.noreply.github.com> Date: Thu, 1 Sep 2022 07:11:23 -0600 Subject: [PATCH] Update pull_repos.sh --- pull_repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull_repos.sh b/pull_repos.sh index 47bbcc6..e9d6001 100755 --- a/pull_repos.sh +++ b/pull_repos.sh @@ -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"