Skip to content
Snippets Groups Projects
Commit dd9e5ba1 authored by Chris Wilson's avatar Chris Wilson
Browse files

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

parent 6f441ae1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -144,14 +144,14 @@ separate Rails process to debug the issue:
1. Obtain the private token for your user (Profile Settings -> Account).
1. Bring up the GitLab Rails console. For omnibus users, run:
 
````
```
sudo gitlab-rails console
```
 
1. At the Rails console, run:
 
```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:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment