Skip to content

Commit 8275878

Browse files
committed
Replaced unsupported "?" #123
1 parent 0ddca4f commit 8275878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/Publish-AdfV2FromJson.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function Publish-AdfV2FromJson {
122122
Write-Host "Stage: $Stage";
123123
Write-Host "Options provided: $($null -ne $Option)";
124124
Write-Host "Publishing method: $Method";
125-
Write-Host "Is Dry Run?: $($DryRun.IsPresent ? $true : $false)";
125+
Write-Host "Is Dry Run?: $($DryRun.IsPresent)";
126126
Write-Host "======================================================================================";
127127

128128
$script:StartTime = Get-Date

0 commit comments

Comments
 (0)