Skip to content

Commit

Permalink
Ensure pwsh ends with a trailing newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Jan 9, 2025
1 parent dc1e485 commit 335f06c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Param([string]$File)
Write-Host "Creating file with the wrong hash"
Set-Content -Path $File -Value "This is a file with the wrong hash" -Encoding Ascii -NoNewline
Set-Content -Path $File -Value "This is a file with the wrong hash" -Encoding Ascii -NoNewline
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Write-Host "Script download error"
exit 1
exit 1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Write-Host "Not creating a file"
Write-Host "Not creating a file"

0 comments on commit 335f06c

Please # to comment.