Commit cf47c041 authored by Stan Hu's avatar Stan Hu

Merge branch 'mrchrisw/fix-debug-token' into 'master'

Fix step number and token param in URL example. Fix gitlab-rails command code formatting.



See merge request !6791
parents 65af1b3d dd9e5ba1
...@@ -144,14 +144,14 @@ separate Rails process to debug the issue: ...@@ -144,14 +144,14 @@ separate Rails process to debug the issue:
1. Obtain the private token for your user (Profile Settings -> Account). 1. Obtain the private token for your user (Profile Settings -> Account).
1. Bring up the GitLab Rails console. For omnibus users, run: 1. Bring up the GitLab Rails console. For omnibus users, run:
```` ```
sudo gitlab-rails console sudo gitlab-rails console
``` ```
1. At the Rails console, run: 1. At the Rails console, run:
```ruby ```ruby
[1] pry(main)> app.get '<URL FROM STEP 1>/private_token?<TOKEN FROM STEP 2>' [1] pry(main)> app.get '<URL FROM STEP 2>/?private_token=<TOKEN FROM STEP 3>'
``` ```
For example: For example:
......
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