diff options
author | designoid <thorben@designoid.de> | 2014-04-14 10:14:46 +0200 |
---|---|---|
committer | designoid <thorben@designoid.de> | 2014-04-14 10:14:46 +0200 |
commit | e4b0297d52a4b5fa8bb33d4fa4af89f8a68ab2bd (patch) | |
tree | 59a0051b7548d82cfc444acb55d0edd042ef18b0 | |
parent | 49353f9ec7bfd34c673d0f6e56320998f19952b2 (diff) | |
download | gitlab-ci-e4b0297d52a4b5fa8bb33d4fa4af89f8a68ab2bd.tar.gz |
Update 4.2-to-4.3.md
Fixed command typo
-rw-r--r-- | doc/update/4.2-to-4.3.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/4.2-to-4.3.md b/doc/update/4.2-to-4.3.md index b21daff..f340cb6 100644 --- a/doc/update/4.2-to-4.3.md +++ b/doc/update/4.2-to-4.3.md @@ -44,7 +44,7 @@ bundle exec rake db:migrate RAILS_ENV=production ### 5. Setup unicorn ``` -cd config/unicorn.rb.example config/unicorn.rb +cp config/unicorn.rb.example config/unicorn.rb ``` ### 6. Install the new init script |