From e4b0297d52a4b5fa8bb33d4fa4af89f8a68ab2bd Mon Sep 17 00:00:00 2001 From: designoid Date: Mon, 14 Apr 2014 10:14:46 +0200 Subject: [PATCH] Update 4.2-to-4.3.md Fixed command typo --- doc/update/4.2-to-4.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/update/4.2-to-4.3.md b/doc/update/4.2-to-4.3.md index b21daff5a..f340cb614 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