Skip to content

Commit e593ed4

Browse files
authored
Merge pull request #124 from SQLPlayer/bug-123
Replaced unsupported "?" #123
2 parents 0ddca4f + 8275878 commit e593ed4

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)