Skip to content

Commit

Permalink
Fix typo in '#658 - WinGet Download.md' Spec File (#4179)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
og-mrk committed Feb 18, 2024
1 parent 96974fb commit 2741e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/specs/#658 - WinGet Download.md
Expand Up @@ -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.
Expand Down

0 comments on commit 2741e91

Please sign in to comment.