diff options
author | Nick Thomas <nick@gitlab.com> | 2018-12-06 18:30:20 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2018-12-06 18:37:05 +0000 |
commit | 7329480412a4ea072b1af20d7fb35145e1a28db8 (patch) | |
tree | 2b3d7fe5b8b60eedd990282c9306b648086b4daa /doc/raketasks | |
parent | 2e3cefa6cdeabe9bfd169df9ed280895deb57be3 (diff) | |
download | gitlab-ce-7329480412a4ea072b1af20d7fb35145e1a28db8.tar.gz |
Fix gitlab:web_hook tasks
Diffstat (limited to 'doc/raketasks')
-rw-r--r-- | doc/raketasks/web_hooks.md | 6 |
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 |