winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a1df041e867d546fe64685ffcf993c7566e45fe6
parent 3618e45917eb15f3cdbff01c32f08ae12f21aaa7
Author: Pedro Rodrigues <35636428+pedrodsrodrigues@users.noreply.github.com>
Date:   Mon,  9 Jan 2023 18:05:21 +0000

Update Settings.md (#2830)

Fix typo in "installBehavior.defaultInstallRoot" value.
Diffstat:
Mdoc/Settings.md | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/doc/Settings.md b/doc/Settings.md @@ -141,7 +141,7 @@ The `defaultInstallRoot` affects the install location when a package requires on ```json "installBehavior": { - "defaultInstallRoot": "C:\installRoot" + "defaultInstallRoot": "C:/installRoot" }, ``` @@ -262,4 +262,4 @@ You can enable the feature as shown below. "experimentalFeatures": { "pinning": true }, -```- \ No newline at end of file +```