Skip to content

Commit 98e22e0

Browse files
authored
Update compareXmlFiles.ps1 (#635)
1 parent 6284e28 commit 98e22e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mdoc/compareXmlFiles.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function Run($source_repo,$target_repo,$origin_target_repo)
139139
}
140140

141141
Write-Host "==================== Clone origin target repo: $originTargetRepoUrl"
142-
Git-Clone $originTargetRepoUrl $originTargetRepoPath $githubTokenBase64 $targetRepoBranch
142+
Git-Clone $originTargetRepoUrl $originTargetRepoPath $githubTokenBase64 $originTargetRepoBranch
143143

144144
Write-Host "==================== Clone target repo: $targetRepoUrl"
145145
Git-Clone $targetRepoUrl $targetRepoPath $githubTokenBase64 $targetRepoBranch

0 commit comments

Comments
 (0)