Skip to content

Commit

Permalink
Make nightly version bump target names consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Nov 26, 2022
1 parent 2589a32 commit e8e5f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rb/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ rb_gem_push(
)

rb_binary(
name = "webdriver-bump-nightly-version",
name = "selenium-webdriver-bump-nightly-version",
srcs = [
"lib/selenium/webdriver/support/nightly_version_generator.rb",
"lib/selenium/webdriver/version.rb",
Expand All @@ -147,7 +147,7 @@ rb_gem_push(
)

rb_binary(
name = "devtools-bump-nightly-version",
name = "selenium-devtools-bump-nightly-version",
srcs = [
"lib/selenium/devtools/version.rb",
"lib/selenium/webdriver/support/nightly_version_generator.rb",
Expand Down

0 comments on commit e8e5f36

Please sign in to comment.