Skip to content

Commit 25366b0

Browse files
committed
Fix switches in test manifest
1 parent 9fa5822 commit 25366b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/AppInstallerCLITests/TestData/Manifest-Good-Switches.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Publisher: Microsoft
66
InstallerType: Msi
77
License: Test
88
Switches:
9-
SilentWithProgress: /sp
9+
SilentWithProgress: /passive
1010
Installers:
1111
- Arch: x86
1212
Url: https://ThisIsNotUsed
1313
Sha256: 98B67758CEAFFCBB3FE47838FD0A8D7BD581C2650842D6B2B0E0D49A23270CCD
1414
Switches:
15-
Silent: /s
15+
Silent: /quiet
1616
ManifestVersion: 0.1.0

0 commit comments

Comments
 (0)