From a66948da503e71fe1414e2206b79ba56f1b17945 Mon Sep 17 00:00:00 2001 From: Frank Macreery Date: Tue, 25 Jun 2024 11:53:40 -0400 Subject: [PATCH] s/effect/affect/ (#346) Co-authored-by: Frank Macreery --- lib/aptible/cli/subcommands/deploy.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/aptible/cli/subcommands/deploy.rb b/lib/aptible/cli/subcommands/deploy.rb index 3141380d..0f2d082b 100644 --- a/lib/aptible/cli/subcommands/deploy.rb +++ b/lib/aptible/cli/subcommands/deploy.rb @@ -30,13 +30,13 @@ def self.included(thor) 'its Procfile, Dockerfile, and .aptible.yml will be ' \ 'ignored until you deploy again with git' option :container_count, type: :numeric, - desc: 'This option only effects new ' \ + desc: 'This option only affects new ' \ 'services, not existing ones.' option :container_size, type: :numeric, - desc: 'This option only effects new ' \ + desc: 'This option only affects new ' \ 'services, not existing ones.' option :container_profile, type: :string, - desc: 'This option only effects new ' \ + desc: 'This option only affects new ' \ 'services, not existing ones. ' \ 'Examples: m5 c5 r5' DOCKER_IMAGE_DEPLOY_ARGS.each_pair do |opt, var|