diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2014-04-14 12:11:39 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-04-14 12:11:39 +0200 |
commit | b16ffe404d85180193f5a98a89b9019ea5b3be49 (patch) | |
tree | 59a0051b7548d82cfc444acb55d0edd042ef18b0 | |
parent | 49353f9ec7bfd34c673d0f6e56320998f19952b2 (diff) | |
parent | e4b0297d52a4b5fa8bb33d4fa4af89f8a68ab2bd (diff) | |
download | gitlab-ci-b16ffe404d85180193f5a98a89b9019ea5b3be49.tar.gz |
Merge pull request #418 from designoid/patch-1
Update 4.2-to-4.3.md
-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 |