Skip to content

Commit

Permalink
[antlir][buck2][typing][codemod] "target_label" -> TargetLabel
Browse files Browse the repository at this point in the history
Summary: More new types.

Test Plan: CI

Reviewed By: dtolnay

Differential Revision: D48720077

fbshipit-source-id: 3a6b35d72ad041222ddc252589ab12642870ff65
  • Loading branch information
stepancheg authored and facebook-github-bot committed Aug 28, 2023
1 parent 1e309c4 commit 91f446a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion antlir/antlir2/bzl/feature/feature.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ load(":usergroup.bzl", "group_analyze", "user_analyze", "usermod_analyze")

feature_record = record(
feature_type = str,
label = "target_label",
label = TargetLabel,
analysis = "FeatureAnalysis",
run_info = "RunInfo",
)
Expand Down
2 changes: 1 addition & 1 deletion antlir/antlir2/bzl/feature/rpms.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ rpm_source_record = record(
rpm_item_record = record(
action = action_enum.type,
rpm = rpm_source_record.type,
feature_label = "target_label",
feature_label = TargetLabel,
)

rpms_record = record(
Expand Down

0 comments on commit 91f446a

Please sign in to comment.