From 5bfa66ba7f0033b6a00956b4d5dab85707c0402c Mon Sep 17 00:00:00 2001 From: polimorfico Date: Mon, 15 Nov 2010 20:45:06 +0000 Subject: [PATCH] capistrano-refactoring --- capistrano.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/capistrano.rb b/capistrano.rb index e6a788d..d36884c 100644 --- a/capistrano.rb +++ b/capistrano.rb @@ -2,9 +2,9 @@ run "bundle install" capify! -app_name = ask "\r\nnEnter the application name:" -server = ask "\r\nnEnter the servername or IP:" -git_repo = ask "\r\nnEnter the git repo URL, e.g. git@github.com:recrea/app.git :" +app_name = ask "\r\nEnter the application name:" +server = ask "\r\nEnter the servername or IP:" +git_repo = ask "\r\nEnter the git repo URL, e.g. git@github.com:recrea/app.git :" file 'config/deploy.rb', <<-FILE # Bundler Integration @@ -48,4 +48,4 @@ end FILE git :add => '.' -git :commit => '-m "Capistrano"' \ No newline at end of file +git :commit => '-m "capistrano"' \ No newline at end of file