From ec773de6863e24a4abfb5ccb109b5ce956e64638 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Thu, 1 Jun 2017 14:03:56 -0400 Subject: [PATCH] chore(): rename org --- scripts/docs/update_docs.sh | 2 +- scripts/docs/update_readmes.sh | 2 +- scripts/git/clone.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/docs/update_docs.sh b/scripts/docs/update_docs.sh index 8f2103a67..994161ecd 100755 --- a/scripts/docs/update_docs.sh +++ b/scripts/docs/update_docs.sh @@ -35,7 +35,7 @@ function run { else git config --global user.email "hi@ionicframework.com" git config --global user.name "Ionitron" - git commit -am "Automated build of native docs driftyco/$CIRCLE_PROJECT_REPONAME@$CIRCLE_SHA1" + git commit -am "Automated build of native docs ionic-team/$CIRCLE_PROJECT_REPONAME@$CIRCLE_SHA1" # in case a different commit was pushed to ionic-site during doc/demo gen, # try to rebase around it before pushing git fetch diff --git a/scripts/docs/update_readmes.sh b/scripts/docs/update_readmes.sh index 6d8d026c9..0c128668c 100755 --- a/scripts/docs/update_readmes.sh +++ b/scripts/docs/update_readmes.sh @@ -23,7 +23,7 @@ function run { git config --global user.email "hi@ionicframework.com" git config --global user.name "Ionitron" git add -A - git commit -am "Automated build of native readmes for driftyco/$CIRCLE_PROJECT_REPONAME@$CIRCLE_SHA1" + git commit -am "Automated build of native readmes for ionic-team/$CIRCLE_PROJECT_REPONAME@$CIRCLE_SHA1" # in case a different commit was pushed to ionic-site during doc/demo gen, # try to rebase around it before pushing git fetch diff --git a/scripts/git/clone.sh b/scripts/git/clone.sh index d4e2d7b97..a2b0e551e 100755 --- a/scripts/git/clone.sh +++ b/scripts/git/clone.sh @@ -21,7 +21,7 @@ function run { git config --global user.email "hi@ionicframework.com" git config --global user.name "Ionitron" - git clone git@github.com:driftyco/$REPOSITORY.git $DIRECTORY $ARGS + git clone git@github.com:ionic-team/$REPOSITORY.git $DIRECTORY $ARGS cd $DIRECTORY git fetch origin --tags cd ../