Skip to content

Commit

Permalink
Fix error message for LegacyExternalBuckConfigDataKey
Browse files Browse the repository at this point in the history
Reviewed By: iguridi

Differential Revision: D65954728

fbshipit-source-id: 944210142fd375022f2fd6b7f46ffdd3abc44e58
  • Loading branch information
stepancheg authored and facebook-github-bot committed Nov 14, 2024
1 parent 48d2dfc commit e92cff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/buck2_common/src/legacy_configs/dice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ impl HasInjectedLegacyConfigs for DiceComputations<'_> {
&mut self,
) -> buck2_error::Result<Arc<ExternalBuckconfigData>> {
self.compute(&LegacyExternalBuckConfigDataKey).await?.ok_or_else(|| {
panic!("Tried to retrieve LegacyBuckConfigOverridesKey from the graph, but key has None value")
panic!("Tried to retrieve LegacyExternalBuckConfigDataKey from the graph, but key has None value")
})
}

Expand Down

0 comments on commit e92cff4

Please sign in to comment.