Skip to content

Commit

Permalink
s/effect/affect/ (#346)
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Macreery <[email protected]>
  • Loading branch information
fancyremarker and Frank Macreery authored Jun 25, 2024
1 parent 00fbf38 commit a66948d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/aptible/cli/subcommands/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit a66948d

Please sign in to comment.