Skip to content

Commit

Permalink
Bug 1800542 - Part 5: Use major_ac_version_from_version instead of ma…
Browse files Browse the repository at this point in the history
…jor_as_version_from_version
  • Loading branch information
gabrielluong committed Nov 18, 2022
1 parent 3f54fc7 commit 5751fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def _update_application_services(
def update_main(ac_repo, author, dry_run):
branch_name = "main"
current_ac_version = get_current_ac_version(ac_repo, branch_name)
ac_major_version = int(major_as_version_from_version(current_ac_version))
ac_major_version = int(major_ac_version_from_version(current_ac_version))
_update_application_services(ac_repo, branch_name, ac_major_version, author, dry_run)
_update_geckoview(ac_repo, branch_name, ac_major_version, author, dry_run)

Expand Down

0 comments on commit 5751fcb

Please sign in to comment.