From fe85ea396fc19ea2281c49e6ee6155aec1d2fe86 Mon Sep 17 00:00:00 2001 From: Logan McNaughton <848146+loganmc10@users.noreply.github.com> Date: Thu, 1 Sep 2022 07:11:00 -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 251489e..47bbcc6 100755 --- a/pull_repos.sh +++ b/pull_repos.sh @@ -28,7 +28,7 @@ git fetch parallel-rsp git merge -s subtree parallel-rsp/simple64 --allow-unrelated-histories --squash git commit -m "update parallel rsp" -git remote add parallel-rdp-standalone https://github.com/loganmc10/parallel-rdp-standalone.git +git remote add parallel-rdp-standalone https://github.com/simple64/parallel-rdp-standalone.git git fetch parallel-rdp-standalone git merge -s subtree parallel-rdp-standalone/simple64 --allow-unrelated-histories --squash git commit -m "update parallel rdp"