Skip to content

Commit

Permalink
new ledger filename is inconsistent with the others
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Nov 30, 2023
1 parent 4274e9d commit 5e55c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sled-agent/src/services.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ impl Config {
}

// The filename of the ledger, within the provided directory.
const ZONES_LEDGER_FILENAME: &str = "omicron_zones.json";
const ZONES_LEDGER_FILENAME: &str = "omicron-zones.json";

/// Combines the Nexus-provided `OmicronZonesConfig` (which describes what Nexus
/// wants for all of its zones) with the locally-determined configuration for
Expand Down

0 comments on commit 5e55c48

Please sign in to comment.