Skip to content

Commit 7342590

Browse files
authored
Merge pull request #4533 from ejarvi/preview
fix syntax error in helper script
2 parents 3bd6314 + bdd26d5 commit 7342590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Compute/Commands.Compute/Extension/AzureDiskEncryption/Scripts/AzureDiskEncryptionPreRequisiteSetup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Param(
3838
)
3939

4040
$VerbosePreference = "Continue"
41-
$ErrorActionPreference = Stop
41+
$ErrorActionPreference = "Stop"
4242

4343
########################################################################################################################
4444
# Section1: Log-in to Azure and select appropriate subscription.

0 commit comments

Comments
 (0)