From ca27c9a8139a9416140e76d1ce082cb75c227ae5 Mon Sep 17 00:00:00 2001 From: suchitra Date: Thu, 3 Aug 2023 13:04:26 +0100 Subject: [PATCH] syncing both the branches --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index 0f12ae83a..e1945d756 100755 --- a/sync.sh +++ b/sync.sh @@ -39,7 +39,7 @@ if [ "$#" -eq 4 ]; then fi # quic and fast clone -git clone --depth=1 git@$domain:$fork.git $tmp_dir +git clone --depth=1 git@$domain:ksuchitra532/$fork.git $tmp_dir if [ $(git -C $tmp_dir branch --show-current) != "actions" ]; then # default repository branch is NOT 'actions'