From 7de113e917d35a20bd57281c8e5977946f9b5148 Mon Sep 17 00:00:00 2001 From: tawoyinfa Date: Thu, 29 Jun 2023 17:54:22 +0100 Subject: [PATCH] Fixes #21 - update script issue --- deployment/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment/update.sh b/deployment/update.sh index 507ccfd1..120bd9a7 100755 --- a/deployment/update.sh +++ b/deployment/update.sh @@ -19,6 +19,8 @@ set -xe export AWS_PROFILE=$TEAM_ACCOUNT_PROFILE +git remote remove origin +git remote add origin codecommit::$REGION://team-idc-app git remote add team https://github.com/aws-samples/iam-identity-center-team.git git pull team main