mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Remove reference to the deprecated :scm variable (#2111)
The :scm variable was deprecated in v3.7
This commit is contained in:
parent
cc4f31fdfc
commit
15104dc4bf
1 changed files with 0 additions and 5 deletions
|
@ -57,11 +57,6 @@ The following variables are settable:
|
|||
* The path on the remote server where the application should be deployed.
|
||||
* If application contains whitespace or such this path might be invalid. See Structure for the exact directories used.
|
||||
|
||||
* `:scm`
|
||||
* **default:** `:git`
|
||||
* The Source Control Management used.
|
||||
* Currently :git, :hg and :svn are supported. Plugins might add additional ones.
|
||||
|
||||
* `:repo_url`
|
||||
* URL to the repository.
|
||||
* Must be a valid URL for the used SCM.
|
||||
|
|
Loading…
Reference in a new issue