From 2f97032dc056944037bc19023837858fccaf7f05 Mon Sep 17 00:00:00 2001 From: Khoubza Younes Date: Sat, 28 Aug 2021 14:17:11 +0100 Subject: [PATCH] update from github.com-yoeunes to github.com --- bin/release.sh | 2 +- bin/split.sh | 36 ++++++++++++++++++------------------ bin/update-github.sh | 36 ++++++++++++++++++------------------ 3 files changed, 37 insertions(+), 37 deletions(-) diff --git a/bin/release.sh b/bin/release.sh index 97dbd92a..15475c5c 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -64,7 +64,7 @@ do echo "Releasing $REMOTE"; TMP_DIR="/tmp/php-flasher" - REMOTE_URL="git@github.com-yoeunes:php-flasher/$REMOTE.git" + REMOTE_URL="git@github.com:php-flasher/$REMOTE.git" rm -rf $TMP_DIR; mkdir $TMP_DIR; diff --git a/bin/split.sh b/bin/split.sh index 905c89c5..dad3ec1a 100755 --- a/bin/split.sh +++ b/bin/split.sh @@ -19,29 +19,29 @@ function remote() git pull origin $CURRENT_BRANCH -remote flasher git@github.com-yoeunes:php-flasher/flasher.git -remote laravel git@github.com-yoeunes:php-flasher/flasher-laravel.git -remote symfony git@github.com-yoeunes:php-flasher/flasher-symfony.git +remote flasher git@github.com:php-flasher/flasher.git +remote laravel git@github.com:php-flasher/flasher-laravel.git +remote symfony git@github.com:php-flasher/flasher-symfony.git -remote toastr git@github.com-yoeunes:php-flasher/flasher-toastr.git -remote toastr-laravel git@github.com-yoeunes:php-flasher/flasher-toastr-laravel.git -remote toastr-symfony git@github.com-yoeunes:php-flasher/flasher-toastr-symfony.git +remote toastr git@github.com:php-flasher/flasher-toastr.git +remote toastr-laravel git@github.com:php-flasher/flasher-toastr-laravel.git +remote toastr-symfony git@github.com:php-flasher/flasher-toastr-symfony.git -remote notyf git@github.com-yoeunes:php-flasher/flasher-notyf.git -remote notyf-laravel git@github.com-yoeunes:php-flasher/flasher-notyf-laravel.git -remote notyf-symfony git@github.com-yoeunes:php-flasher/flasher-notyf-symfony.git +remote notyf git@github.com:php-flasher/flasher-notyf.git +remote notyf-laravel git@github.com:php-flasher/flasher-notyf-laravel.git +remote notyf-symfony git@github.com:php-flasher/flasher-notyf-symfony.git -remote sweet-alert git@github.com-yoeunes:php-flasher/flasher-sweet-alert.git -remote sweet-alert-laravel git@github.com-yoeunes:php-flasher/flasher-sweet-alert-laravel.git -remote sweet-alert-symfony git@github.com-yoeunes:php-flasher/flasher-sweet-alert-symfony.git +remote sweet-alert git@github.com:php-flasher/flasher-sweet-alert.git +remote sweet-alert-laravel git@github.com:php-flasher/flasher-sweet-alert-laravel.git +remote sweet-alert-symfony git@github.com:php-flasher/flasher-sweet-alert-symfony.git -remote pnotify git@github.com-yoeunes:php-flasher/flasher-pnotify.git -remote pnotify-laravel git@github.com-yoeunes:php-flasher/flasher-pnotify-laravel.git -remote pnotify-symfony git@github.com-yoeunes:php-flasher/flasher-pnotify-symfony.git +remote pnotify git@github.com:php-flasher/flasher-pnotify.git +remote pnotify-laravel git@github.com:php-flasher/flasher-pnotify-laravel.git +remote pnotify-symfony git@github.com:php-flasher/flasher-pnotify-symfony.git -remote noty git@github.com-yoeunes:php-flasher/flasher-noty.git -remote noty-laravel git@github.com-yoeunes:php-flasher/flasher-noty-laravel.git -remote noty-symfony git@github.com-yoeunes:php-flasher/flasher-noty-symfony.git +remote noty git@github.com:php-flasher/flasher-noty.git +remote noty-laravel git@github.com:php-flasher/flasher-noty-laravel.git +remote noty-symfony git@github.com:php-flasher/flasher-noty-symfony.git split 'src/Prime' flasher split 'src/Laravel' laravel diff --git a/bin/update-github.sh b/bin/update-github.sh index 6cd75383..ab1bd6f7 100644 --- a/bin/update-github.sh +++ b/bin/update-github.sh @@ -8,27 +8,27 @@ function remote() git remote set-url "$1" "$2" || true } -remote flasher git@github.com-yoeunes:php-flasher/flasher.git -remote laravel git@github.com-yoeunes:php-flasher/flasher-laravel.git -remote symfony git@github.com-yoeunes:php-flasher/flasher-symfony.git +remote flasher git@github.com:php-flasher/flasher.git +remote laravel git@github.com:php-flasher/flasher-laravel.git +remote symfony git@github.com:php-flasher/flasher-symfony.git -remote toastr git@github.com-yoeunes:php-flasher/flasher-toastr.git -remote toastr-laravel git@github.com-yoeunes:php-flasher/flasher-toastr-laravel.git -remote toastr-symfony git@github.com-yoeunes:php-flasher/flasher-toastr-symfony.git +remote toastr git@github.com:php-flasher/flasher-toastr.git +remote toastr-laravel git@github.com:php-flasher/flasher-toastr-laravel.git +remote toastr-symfony git@github.com:php-flasher/flasher-toastr-symfony.git -remote notyf git@github.com-yoeunes:php-flasher/flasher-notyf.git -remote notyf-laravel git@github.com-yoeunes:php-flasher/flasher-notyf-laravel.git -remote notyf-symfony git@github.com-yoeunes:php-flasher/flasher-notyf-symfony.git +remote notyf git@github.com:php-flasher/flasher-notyf.git +remote notyf-laravel git@github.com:php-flasher/flasher-notyf-laravel.git +remote notyf-symfony git@github.com:php-flasher/flasher-notyf-symfony.git -remote sweet-alert git@github.com-yoeunes:php-flasher/flasher-sweet-alert.git -remote sweet-alert-laravel git@github.com-yoeunes:php-flasher/flasher-sweet-alert-laravel.git -remote sweet-alert-symfony git@github.com-yoeunes:php-flasher/flasher-sweet-alert-symfony.git +remote sweet-alert git@github.com:php-flasher/flasher-sweet-alert.git +remote sweet-alert-laravel git@github.com:php-flasher/flasher-sweet-alert-laravel.git +remote sweet-alert-symfony git@github.com:php-flasher/flasher-sweet-alert-symfony.git -remote pnotify git@github.com-yoeunes:php-flasher/flasher-pnotify.git -remote pnotify-laravel git@github.com-yoeunes:php-flasher/flasher-pnotify-laravel.git -remote pnotify-symfony git@github.com-yoeunes:php-flasher/flasher-pnotify-symfony.git +remote pnotify git@github.com:php-flasher/flasher-pnotify.git +remote pnotify-laravel git@github.com:php-flasher/flasher-pnotify-laravel.git +remote pnotify-symfony git@github.com:php-flasher/flasher-pnotify-symfony.git -remote noty git@github.com-yoeunes:php-flasher/flasher-noty.git -remote noty-laravel git@github.com-yoeunes:php-flasher/flasher-noty-laravel.git -remote noty-symfony git@github.com-yoeunes:php-flasher/flasher-noty-symfony.git +remote noty git@github.com:php-flasher/flasher-noty.git +remote noty-laravel git@github.com:php-flasher/flasher-noty-laravel.git +remote noty-symfony git@github.com:php-flasher/flasher-noty-symfony.git