Skip to content

Commit 6e0c29d

Browse files
Fix typo in dotnet-nuget-config-set.md (#42669)
1 parent d3d254c commit 6e0c29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/dotnet-nuget-config-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The `dotnet nuget config set` sets the values for NuGet configuration settings t
5353
* Sets the `repositoryPath` configuration value `c:\installed_packages` to the specified configuration file:
5454

5555
```dotnetcli
56-
dotnet nuget config set repositoryPath "c:\installed_packages" --configfile "C:/nugte.config"
56+
dotnet nuget config set repositoryPath "c:\installed_packages" --configfile "c:\nuget.config"
5757
```
5858

5959
## See also

0 commit comments

Comments
 (0)