From 1c8c3955bc4471088a7a34a5cd73a6ab725fc7c9 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Mon, 5 Aug 2024 10:36:48 -0700 Subject: [PATCH] Fix typo in bundler:config task description --- 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: