Skip to content

Commit

Permalink
Merge pull request #17 from DevExpress-Examples/fix-error-code
Browse files Browse the repository at this point in the history
Update test-example.ps1
  • Loading branch information
AlisherAmonulloev authored Dec 15, 2024
2 parents aff2a0e + f16887c commit 566f535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-example.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function Set-TestingFailed {

$ReadmeFile = Join-Path -Path $TempDirectory -ChildPath "README.md"

$Content = "Example testing failed: (Example testing failed)[https://example-testing-failed.com/]"
$Content = "Example testing failed: [Example testing failed](https://example-testing-failed.com/)"
Write-Output "`nWriting a file with invalid link to a temp directory at $TempDirectory"
Set-Content -Path $ReadmeFile -Value $Content
}
Expand Down

0 comments on commit 566f535

Please sign in to comment.