Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-09-16 00:11:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-16 00:11:12 +0300
commita7aff3e0e4deb15c0902e0f948eb300ba77f3e47 (patch)
treec294fb9c39d5619fb3cac6f4a8d520deb8403dca /doc/user/packages/debian_repository
parent27d1ed4ddff6c2649544a968c2842140272d9c9d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/packages/debian_repository')
-rw-r--r--doc/user/packages/debian_repository/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/packages/debian_repository/index.md b/doc/user/packages/debian_repository/index.md
index 28489bb89b2..29641380753 100644
--- a/doc/user/packages/debian_repository/index.md
+++ b/doc/user/packages/debian_repository/index.md
@@ -78,7 +78,7 @@ packages on the group level, create a distribution with the same `codename`.
To create a project-level distribution:
```shell
-curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/<project_id>/debian_distributions?codename=unstable
+curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/<project_id>/debian_distributions?codename=unstable"
```
Example response: