diff --git a/UPGRADING-3.7.md b/UPGRADING-3.7.md index 7cc80c03..177a175e 100644 --- a/UPGRADING-3.7.md +++ b/UPGRADING-3.7.md @@ -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