Skip to content

Commit

Permalink
Apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
priitlatt committed Sep 13, 2023
1 parent 4bfc5df commit 6df4303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/google-play/tracks/promote-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Package name of the app in Google Play Console. For example `com.example.app`
##### `--source-track=SOURCE_TRACK_NAME`


Name of the track from where releases are promoted from. For example `internal`
Name of the track from where releases are promoted. For example `internal`
##### `--target-track=TARGET_TRACK_NAME`


Expand Down
4 changes: 1 addition & 3 deletions src/codemagic/tools/google_play/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ class PromoteArgument(cli.Argument):
SOURCE_TRACK_NAME = cli.ArgumentProperties(
key="source_track_name",
flags=("--source-track",),
description=(
f"Name of the track from where releases are promoted from. For example `{Colors.WHITE('internal')}`"
),
description=(f"Name of the track from where releases are promoted. For example `{Colors.WHITE('internal')}`"),
argparse_kwargs={"required": True},
)
TARGET_TRACK_NAME = cli.ArgumentProperties(
Expand Down

0 comments on commit 6df4303

Please sign in to comment.