Skip to content

Commit

Permalink
string array to string
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu authored and azure-sdk committed Nov 12, 2020
1 parent 67b6b42 commit 1380faf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
param (
# The root repo we scaned with.
[string[]] $RootRepo = '$PSScriptRoot/../../..',
[string] $RootRepo = '$PSScriptRoot/../../..',
# The target branch to compare with.
[string] $targetBranch = "origin/${env:SYSTEM_PULLREQUEST_TARGETBRANCH}"
)
Expand Down

0 comments on commit 1380faf

Please sign in to comment.