Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mdoc
diff options
context:
space:
mode:
authorMin Huang <huangmin@microsoft.com>2022-05-31 10:52:54 +0300
committerGitHub <noreply@github.com>2022-05-31 10:52:54 +0300
commit98e22e08e690f4ae34e60d7d6167b6bd12783b81 (patch)
tree1000efb00fe9bd13682379c5dc08e66a8345ff86 /mdoc
parent6284e2830f59dc9e0661121ecad0839d6640785f (diff)
Update compareXmlFiles.ps1 (#635)
Diffstat (limited to 'mdoc')
-rw-r--r--mdoc/compareXmlFiles.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/compareXmlFiles.ps1 b/mdoc/compareXmlFiles.ps1
index 4b0dc914..196cddc5 100644
--- a/mdoc/compareXmlFiles.ps1
+++ b/mdoc/compareXmlFiles.ps1
@@ -139,7 +139,7 @@ function Run($source_repo,$target_repo,$origin_target_repo)
}
Write-Host "==================== Clone origin target repo: $originTargetRepoUrl"
- Git-Clone $originTargetRepoUrl $originTargetRepoPath $githubTokenBase64 $targetRepoBranch
+ Git-Clone $originTargetRepoUrl $originTargetRepoPath $githubTokenBase64 $originTargetRepoBranch
Write-Host "==================== Clone target repo: $targetRepoUrl"
Git-Clone $targetRepoUrl $targetRepoPath $githubTokenBase64 $targetRepoBranch