commit 2741e919c6d162d98055fee420afab59f15606ab
parent 96974fbc383811617bfcc957d9d4b32126edb26f
Author: Mr.k <mineshtine28546271@gmail.com>
Date: Mon, 19 Feb 2024 01:08:19 +0300
Fix typo in '#658 - WinGet Download.md' Spec File (#4179)
There were miss-placed double quotes in the section titled 'WinGet
Setting - Default Download Output', see commit patches for exact
location of this typo.
<!-- To check a checkbox place an "x" between the brackets. e.g: [x] -->
- [x] I have signed the [Contributor License
Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs).
- [ ] This pull request is related to an issue.
-----
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/4179)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/specs/#658 - WinGet Download.md b/doc/specs/#658 - WinGet Download.md
@@ -97,9 +97,9 @@ usage: winget download [[-q] <query>] [<options>]
The following items will be included in the WinGet Settings Schema
```json
-"DownloadBehavior: {
+"DownloadBehavior": {
"defaultDownloadDirectory":"%USERPROFILE%/Downloads/"
-}"
+}
```
The "defaultDownloadDirectory" setting will be used as the default folder where the package installer and manifest is downloaded to.