Skip to content

Commit 60c13ae

Browse files
Update push_to_netlify.sh
1 parent fc8650e commit 60c13ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/push_to_netlify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function do_preview() {
2727

2828
echo -e "${YELLOW}==== RESETTING REMOTES ====${NC}"
2929
git remote rm origin
30-
git remote add origin https://"${GH_TOKEN}"@github.com/openshift-docs-preview-bot/openshift-docs.git > /dev/null 2>&1
30+
git remote add origin https://"${GH_TOKEN}"@github.com/ocpdocs-previewbot/openshift-docs.git > /dev/null 2>&1
3131

3232
#set the remote to user repository
3333
echo -e "${YELLOW}==== SETTING REMOTE FOR ${BLUE}$REPO_NAME:$PR_BRANCH${YELLOW} ====${NC}"

0 commit comments

Comments
 (0)