Capistrano::SCM::* depends on Capistrano/deploy

This commit is contained in:
eddie_g 2017-01-03 13:10:20 -06:00 committed by GitHub
parent b795311a1d
commit 9b74681c1f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ set :scm, :svn
To avoid deprecation warnings:
1. Remove `set :scm, ...` from your Capistrano configuration.
2. Add *one* of the following SCM declarations to your `Capfile`:
2. Add *one* of the following SCM declarations to your `Capfile` after `require "capistrano/deploy"`:
```ruby
# To use Git