Skip to content

Commit

Permalink
fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Aug 29, 2024
1 parent 3bc7b9d commit 8c84911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps_ci/scripts/bump_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def main():
'--bump', type=map_renovate_bump_type,
help='Version bump type for app that the hash was updated'
)
parser.add_argument('--dep_name', help='Name of the dependency')
parser.add_argument('--dep_version', help='Version of the dependency')
parser.add_argument('--dep-name', help='Name of the dependency')
parser.add_argument('--dep-version', help='Version of the dependency')

args = parser.parse_args()
if not args.path or not args.bump:
Expand Down

0 comments on commit 8c84911

Please sign in to comment.