Skip to content

Commit

Permalink
Fix typo in dotnet-nuget-config-set.md (#42669)
Browse files Browse the repository at this point in the history
  • Loading branch information
colejohnson66 committed Sep 20, 2024
1 parent d3d254c commit 6e0c29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/tools/dotnet-nuget-config-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The `dotnet nuget config set` sets the values for NuGet configuration settings t
* Sets the `repositoryPath` configuration value `c:\installed_packages` to the specified configuration file:

```dotnetcli
dotnet nuget config set repositoryPath "c:\installed_packages" --configfile "C:/nugte.config"
dotnet nuget config set repositoryPath "c:\installed_packages" --configfile "c:\nuget.config"
```

## See also
Expand Down

0 comments on commit 6e0c29d

Please sign in to comment.