Skip to content

Commit 754b2fe

Browse files
committed
PE-38219 - Installer - Windows as Jump host support - adding line breaks
1 parent 35d1120 commit 754b2fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: tasks/download.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ try {
99
}catch {
1010
Write-Host "Installer failed with Exception: $_.Exception.Message"
1111
Exit 1
12-
}
12+
}

Diff for: tasks/filesize.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ try {
2424
}catch {
2525
Write-Host "Installer failed with Exception: $_.Exception.Message"
2626
Exit 1
27-
}
27+
}

0 commit comments

Comments
 (0)