Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow variables to hold false as a value #103

Merged
merged 1 commit into from
Sep 24, 2011

Conversation

nilbus
Copy link
Contributor

@nilbus nilbus commented Sep 23, 2011

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
Copy link
Contributor Author

nilbus commented Sep 23, 2011

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