Skip to content

Allow variables to hold false as a value#103

Merged
leehambley merged 1 commit into
capistrano:masterfrom
nilbus:false-variables
Sep 24, 2011
Merged

Allow variables to hold false as a value#103
leehambley merged 1 commit into
capistrano:masterfrom
nilbus:false-variables

Conversation

@nilbus

@nilbus nilbus commented Sep 23, 2011

Copy link
Copy Markdown
Contributor

Capistrano::Deploy::SCM::Base#variable would previously override
variables set to false with that variable's default value.

For example, this line would have no effect:
set :git_submodules_recursive, false

Capistrano::Deploy::SCM::Base#variable would previously override
variables set to false with that variable's default value.

For example, this line would have no effect:
set :git_submodules_recursive, false
@nilbus

nilbus commented Sep 23, 2011

Copy link
Copy Markdown
Contributor Author

Duplicate: #83

leehambley added a commit that referenced this pull request Sep 24, 2011
Allow `set` to set variables to `false` as a value.
@leehambley leehambley merged commit 1ab5a41 into capistrano:master Sep 24, 2011
mattbrictson pushed a commit to mattbrictson/capistrano that referenced this pull request Aug 24, 2016
remove deploy:restart from flow documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants