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:
authorNick Thomas <nick@gitlab.com>2018-12-06 21:30:20 +0300
committerNick Thomas <nick@gitlab.com>2018-12-06 21:37:05 +0300
commit7329480412a4ea072b1af20d7fb35145e1a28db8 (patch)
tree2b3d7fe5b8b60eedd990282c9306b648086b4daa /doc/raketasks
parent2e3cefa6cdeabe9bfd169df9ed280895deb57be3 (diff)
Fix gitlab:web_hook tasks
Diffstat (limited to 'doc/raketasks')
-rw-r--r--doc/raketasks/web_hooks.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/raketasks/web_hooks.md b/doc/raketasks/web_hooks.md
index 5f3143f76cd..df3dab118b2 100644
--- a/doc/raketasks/web_hooks.md
+++ b/doc/raketasks/web_hooks.md
@@ -38,8 +38,6 @@
## List the webhooks from projects in a given **NAMESPACE**:
# omnibus-gitlab
- sudo gitlab-rake gitlab:web_hook:list NAMESPACE=/
+ sudo gitlab-rake gitlab:web_hook:list NAMESPACE=acme
# source installations
- bundle exec rake gitlab:web_hook:list NAMESPACE=/ RAILS_ENV=production
-
-> Note: `/` is the global namespace.
+ bundle exec rake gitlab:web_hook:list NAMESPACE=acme RAILS_ENV=production