Skip to content

Commit d88c972

Browse files
SteveL-MSFTtgauth
andcommitted
Update extensions/bicep/bicep.tests.ps1
Co-authored-by: Tess Gauthier <[email protected]>
1 parent 1b80ac1 commit d88c972

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extensions/bicep/bicep.tests.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# Licensed under the MIT License.
33

44
BeforeDiscovery {
5-
$foundBicep = if ($null -ne (Get-Command bicep -ErrorAction Ignore)) {
6-
5+
$foundBicep = if (Get-Command bicep -ErrorAction Ignore) {
76
$true
87
} else {
98
$false

0 commit comments

Comments
 (0)