Commit 2b829aebc7d38b398b0344972f62eda64fb7cade

Authored by harsha
1 parent 4742dba4

Correct section number for 'Check application status'

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
doc/update/6.4-to-6.5.md
... ... @@ -55,7 +55,7 @@ sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
55 55 sudo service gitlab start
56 56 sudo service nginx restart
57 57  
58   -### 8. Check application status
  58 +### 6. Check application status
59 59  
60 60 Check if GitLab and its environment are configured correctly:
61 61  
... ... @@ -78,4 +78,4 @@ Follow the [`upgrade guide from 6.3 to 6.4`](6.3-to-6.4.md), except for the data
78 78 ```bash
79 79 cd /home/git/gitlab
80 80 sudo -u git -H bundle exec rake gitlab:backup:restore RAILS_ENV=production
81 81 -```
  82 +```
82 83 \ No newline at end of file
... ...