Skip to content

Commit 33e1c71

Browse files
authored
Update load_balancing_algorithm_type description (#389)
1 parent 197fd88 commit 33e1c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/aptible/cli/helpers/vhost/option_set_builder.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ def declare_options(thor)
5858
option(
5959
:load_balancing_algorithm_type,
6060
type: :string,
61-
desc: 'The load balancing algorithm for this Endpoint.' \
62-
'valid options are round_robin, ' \
61+
desc: 'The load balancing algorithm for this Endpoint. ' \
62+
'Valid options are round_robin, ' \
6363
'least_outstanding_requests, and ' \
6464
'weighted_random'
6565
)

0 commit comments

Comments
 (0)