Commit 255d0ee6 authored by Evan Read's avatar Evan Read

Merge branch 'sh-nuget-example-docs' into 'master'

Fix missing semicolon in NuGet example

See merge request gitlab-org/gitlab!33011
parents 182d5a2e 507f3b4c
...@@ -101,7 +101,7 @@ Where: ...@@ -101,7 +101,7 @@ Where:
For example: For example:
```shell ```shell
nuget source Add -Name "GitLab" -Source "https//gitlab.example/api/v4/projects/10/packages/nuget/index.json" -UserName carol -Password 12345678asdf nuget source Add -Name "GitLab" -Source "https://gitlab.example/api/v4/projects/10/packages/nuget/index.json" -UserName carol -Password 12345678asdf
``` ```
### Add NuGet Repository source with Visual Studio ### Add NuGet Repository source with Visual Studio
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment