Index: build/create_update_folder.sh =================================================================== diff -u -r7a6f770d89250c458eb5d23c255b3c34946e8164 -r713a1742792ff082473517d4f9852901ef961b76 --- build/create_update_folder.sh (.../create_update_folder.sh) (revision 7a6f770d89250c458eb5d23c255b3c34946e8164) +++ build/create_update_folder.sh (.../create_update_folder.sh) (revision 713a1742792ff082473517d4f9852901ef961b76) @@ -83,7 +83,7 @@ cd "$TEMP_DIR" || return # Clone the cloud sync and checkout the wanted branch -git clone ssh://git@devapps.diality.us:7999/ui/cloudsync.git +git clone git@bitbucket.org:diality-cloud/cloudsync.git cd cloudsync git checkout "$REPO_CHECKOUT" echo "Here is my branch $REPO_CHECKOUT"