Skip to content

Commit 9cf50ac

Browse files
[CI] Run script formatter
1 parent 88a45b5 commit 9cf50ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Bootstrap.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ param (
99
$IsDebug = $false
1010

1111
if (($JobId -and -not $SessionId) -or (-not $JobId -and $SessionId)) {
12-
Write-Output "ERROR: If one of JobId or SessionId is provided, the other must also be specified."
12+
Write-Output 'ERROR: If one of JobId or SessionId is provided, the other must also be specified.'
1313
exit 1
1414
}
1515
elseif ($JobId -and $SessionId) {
16-
Write-Output "INFO: JobId and SessionId are provided. Using them to start the script."
16+
Write-Output 'INFO: JobId and SessionId are provided. Using them to start the script.'
1717
$IsDebug = $true
1818
}
1919

0 commit comments

Comments
 (0)