diff --git a/_site/documentation/getting-started/preparing-your-application/index.html b/_site/documentation/getting-started/preparing-your-application/index.html index 8b7d8f94..ce4d7327 100644 --- a/_site/documentation/getting-started/preparing-your-application/index.html +++ b/_site/documentation/getting-started/preparing-your-application/index.html @@ -243,7 +243,7 @@ them a little:
set :application, 'my app name'
-set :repo, 'git@example.com:me/my_repo.git'
+set :repo_url, 'git@example.com:me/my_repo.git'
ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }
set :application, 'rails3-bootstrap-devise-cancan-demo'
-set :repo, 'https://github.com/capistrano/rails3-bootstrap-devise-cancan'
+set :repo_url, 'https://github.com/capistrano/rails3-bootstrap-devise-cancan'
set :branch, 'master'
set :application, 'my app name'
-set :repo, 'git@example.com:me/my_repo.git'
+set :repo_url, 'git@example.com:me/my_repo.git'
ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }
set :application, 'rails3-bootstrap-devise-cancan-demo'
-set :repo, 'https://github.com/capistrano/rails3-bootstrap-devise-cancan'
+set :repo_url, 'https://github.com/capistrano/rails3-bootstrap-devise-cancan'
set :branch, 'master'