Skip to content

Commit

Permalink
Merge pull request #55 from launchableinc/typo
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
ninjinkun authored Dec 16, 2020
2 parents ee801a1 + 2f11759 commit 4d7ca2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion launchable/commands/optimize/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@click.option(
'--name',
'build_name',
help='build identifer',
help='build identifier',
required=True,
type=str,
metavar='BUILD_ID'
Expand Down
2 changes: 1 addition & 1 deletion launchable/commands/record/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@click.option(
'--name',
'build_number',
help='build identifer',
help='build identifier',
required=True,
type=str,
metavar='BUILD_ID'
Expand Down
2 changes: 1 addition & 1 deletion launchable/commands/record/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@click.option(
'--name',
'build_name',
help='build identifer',
help='build identifier',
required=True,
type=str,
metavar='BUILD_ID'
Expand Down
2 changes: 1 addition & 1 deletion launchable/commands/record/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@click.option(
'--name',
'build_name',
help='build identifer',
help='build identifier',
required=True,
type=str,
metavar='BUILD_ID'
Expand Down

0 comments on commit 4d7ca2d

Please sign in to comment.