1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
This commit is contained in:
Andrew Crewdson 2019-02-04 14:56:03 -05:00 committed by Matt Brictson
parent 6076b9a070
commit b545969d08

View file

@ -3,7 +3,7 @@ title: How can I access stage configuration variables?
layout: default
---
Configuration variables are access with the fetch method, like so:
Configuration variables are accessed with the fetch method, like so:
```ruby
local = fetch(:configuration_variable, _default_value_)