diff --git a/tools/ch-merge-upstream-pull-request.sh b/tools/ch-merge-upstream-pull-request.sh index fdfa5db522..c27c479a70 100644 --- a/tools/ch-merge-upstream-pull-request.sh +++ b/tools/ch-merge-upstream-pull-request.sh @@ -40,8 +40,8 @@ containsElement () { } # Make sure we have our upstream remote -if ! git remote | grep tgstation > /dev/null; then - git remote add tgstation https://github.com/tgstation/tgstation.git +if ! git remote | grep upstream > /dev/null; then + git remote add upstream https://github.com/VOREStation/VOREStation.git fi #curl -v \