Skip to content

Commit

Permalink
Quote install arguments, too
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Mar 16, 2023
1 parent becd04e commit 7624078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Any desired arguments can simply be appended to the package's default install ar
### Example

```shell
choco install xsplit-vcam --install-arguments "ProductLanguage=3082 AI_DESKTOP_SH=0 XI_ONBOARD=0"
choco install xsplit-vcam --install-arguments="'ProductLanguage=3082 AI_DESKTOP_SH=0 XI_ONBOARD=0'"
```

---
Expand Down
4 changes: 2 additions & 2 deletions xsplit-vcam.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Any desired arguments can simply be appended to the package's default install ar
### Example
```shell
choco install xsplit-vcam --install-arguments "ProductLanguage=3082 AI_DESKTOP_SH=0 XI_ONBOARD=0"
choco install xsplit-vcam --install-arguments="ProductLanguage=3082 AI_DESKTOP_SH=0 XI_ONBOARD=0"
```
---
Expand All @@ -86,7 +86,7 @@ For future upgrade operations, consider opting into Chocolatey's `useRememberedA
```shell
choco feature enable --name="'useRememberedArgumentsForUpgrades'"
```
]]></description>
]]> </description>
<releaseNotes>https://docs.google.com/document/d/e/2PACX-1vR-_FCBC9uklubXlP4Qi2zfj8eZktdRthn6i2fJmhGy6zkLDdeLFU0Ad9Hj7TLTD94R6c5TxyyQXVtI/pub</releaseNotes>
<dependencies>
<dependency id="chocolatey-os-dependency.extension" version="0.0.1" />
Expand Down

0 comments on commit 7624078

Please # to comment.