Skip to content

Commit

Permalink
Fix doc string for FullHostName
Browse files Browse the repository at this point in the history
Summary:
When I did D50961086 I got the docstring wrong

`FullClusterName` is the actual name of the cluster (like `atn1c01`) which can differ from TW cluster when set to global allocations.

Reviewed By: andreacampi

Differential Revision:
D66054238

Privacy Context Container: L1257087

fbshipit-source-id: dccd4c341922ab8407183e2baf59d0b57ee5f82a
  • Loading branch information
Oriol Batalla authored and facebook-github-bot committed Nov 19, 2024
1 parent fc90697 commit eaa8177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shed/scuba_sample/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ pub enum ServerData {
ModelName,
/// Model id of the server
ModelId,
/// Tupperware full cluster name
/// Device full cluster name (ie `atn1c01`)
FullClusterName,
/// Tier of the service
Tier,
Expand Down

0 comments on commit eaa8177

Please sign in to comment.