Skip to content

Commit

Permalink
fix parameter ordering
Browse files Browse the repository at this point in the history
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
  • Loading branch information
derrickstolee committed Aug 22, 2019
1 parent ecb213e commit f27bf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scalar.FunctionalTests/Tools/ScalarProcess.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void Clone(string repositorySource, string branchToCheckout, bool skipPre
{
// TODO: consider sparse clone for functional tests
string args = string.Format(
"clone --sparse=false \"{0}\" \"{1}\" --branch \"{2}\" --local-cache-path \"{3}\" {4}",
"clone \"{0}\" \"{1}\" --sparse=false --branch \"{2}\" --local-cache-path \"{3}\" {4}",
repositorySource,
this.enlistmentRoot,
branchToCheckout,
Expand Down

0 comments on commit f27bf46

Please sign in to comment.