Skip to content

Commit

Permalink
Update test-example.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisherAmonulloev committed Dec 15, 2024
1 parent 463c83b commit f16887c
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 f16887c

Please sign in to comment.