Skip to content

Commit

Permalink
Fix typo in bundler:config task description (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson authored Aug 5, 2024
1 parent 6ca9f7e commit 9d3c939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/tasks/bundler.cap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require "shellwords"

namespace :bundler do
desc <<-DESC
Configure the Bundler environment for the release so that subequent
Configure the Bundler environment for the release so that subsequent
`bundle check`, `bundle install`, `bundle clean`, and `bundle exec`
commands all behave consistently. The following settings will be
turned into the appropriate `bundle config` executions:
Expand Down

0 comments on commit 9d3c939

Please sign in to comment.