Skip to content

Commit 883dc4f

Browse files
authored
Fixes a typo in the base command description and headless pathways (#182)
1 parent 886b6bc commit 883dc4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/xpk/commands/workload.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,8 @@ def workload_create(args) -> None:
503503
if args.use_pathways:
504504
if args.headless:
505505
xpk_print(
506-
' \n ******* Please connect to your Pathways proxy at'
507-
f' {args.pathways_proxy_address} , once you see "IFRT proxy server'
506+
' \n ******* Please connect to your Pathways proxy at'
507+
f' {args.pathways_proxy_address}, once you see "IFRT proxy server'
508508
' started with status OK" on the proxy link below.'
509509
' Remember to delete the workload once done! ****** \n'
510510
)

src/xpk/core/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,7 @@ def get_gke_server_config(args) -> tuple[int, GkeServerConfig | None]:
16261626
+ ' --flatten="channels" --filter="channels.channel=RAPID"'
16271627
' --format="value(channels.validVersions)"'
16281628
)
1629-
base_command_description = 'Determine server supported GKE versions for'
1629+
base_command_description = 'Determine server supported GKE versions for '
16301630

16311631
server_config_commands_and_descriptions = [
16321632
(

0 commit comments

Comments
 (0)