From 9d3c9397ef0144cb637fb72bf834facb55045e94 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Mon, 5 Aug 2024 10:37:42 -0700 Subject: [PATCH] Fix typo in bundler:config task description (#133) --- lib/capistrano/tasks/bundler.cap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/capistrano/tasks/bundler.cap b/lib/capistrano/tasks/bundler.cap index 163c7229..2ce3f503 100644 --- a/lib/capistrano/tasks/bundler.cap +++ b/lib/capistrano/tasks/bundler.cap @@ -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: