Skip to content

Commit 1efa571

Browse files
Update scripts/split_repo_migration/single-library.git-migrate-history.sh
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent c9160fd commit 1efa571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/split_repo_migration/single-library.git-migrate-history.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ echo "Success"
142142
popd # back to workdir
143143

144144
# Do a diff between source code split repo and migrated code.
145-
git clone --recurse-submodules --recurse-submodules --recurse-submodules "[email protected]:${SOURCE_REPO}.git" source-repo-validation # Not ideal to clone again.
145+
git clone --recurse-submodules "[email protected]:${SOURCE_REPO}.git" source-repo-validation # Not ideal to clone again.
146146
find source-repo-validation -name .git -exec rm -rf {} + # That folder is not needed for validation.
147147

148148
DIFF_FILE="${WORKDIR}/diff.txt"

0 commit comments

Comments
 (0)