From 15104dc4bfe92c546dba54bbbdf32f026ee18d8d Mon Sep 17 00:00:00 2001 From: Eric Londaits Date: Mon, 1 Aug 2022 11:08:39 -0300 Subject: [PATCH] Remove reference to the deprecated :scm variable (#2111) The :scm variable was deprecated in v3.7 --- .../getting-started/configuration/index.markdown | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/documentation/getting-started/configuration/index.markdown b/docs/documentation/getting-started/configuration/index.markdown index b36d777f..f67357d9 100644 --- a/docs/documentation/getting-started/configuration/index.markdown +++ b/docs/documentation/getting-started/configuration/index.markdown @@ -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.