Skip to content

Commit

Permalink
Merge pull request #155 from theohbrothers/docs/samples-update-test-e…
Browse files Browse the repository at this point in the history
…ntrypoint-script-4

Docs (samples): Update test entrypoint script
  • Loading branch information
joeltimothyoh authored Aug 5, 2024
2 parents 41fad49 + b29072b commit c3816f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/samples/test/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
param (
[Parameter(Mandatory=$false)]
[ValidateNotNullOrEmpty()]
[string]$Tag = ''
[string]$Tag
)

Set-StrictMode -Version Latest
Expand Down Expand Up @@ -67,7 +67,7 @@ try {
throw
}finally {
"Listing test artifacts" | Write-Host
Push-Location "$(git rev-parse --show-toplevel)"
Push-Location (git rev-parse --show-toplevel)
git ls-files --others --exclude-standard
Pop-Location

Expand Down

0 comments on commit c3816f4

Please sign in to comment.