mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Fix typo
This commit is contained in:
parent
6076b9a070
commit
b545969d08
1 changed files with 1 additions and 1 deletions
|
@ -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_)
|
||||
|
|
Loading…
Reference in a new issue