Skip to content

Commit

Permalink
Merge pull request capistrano#103 from martinbjeldbak/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo in README
  • Loading branch information
mattbrictson authored Feb 25, 2018
2 parents cf0f097 + 815484e commit 2618cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The task will run before `deploy:updated` as part of Capistrano's default deploy
In order for Bundler to work efficiently on the server, its project configuration directory (`<release_path>/.bundle/`) should be persistent across releases.
You need to add it to the `linked_dirs` Capistrano variable:

Capisrano **3.5**+:
Capistrano **3.5**+:

```ruby
# config/deploy.rb
Expand Down

0 comments on commit 2618cde

Please sign in to comment.