Skip to content

Commit 9bece1d

Browse files
committed
fix: add todo to reference file name enum
1 parent 8f223f3 commit 9bece1d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rust/operator-binary/src/command.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ use crate::{
1919
},
2020
};
2121

22-
// File names not exported from crd/mod.rs.
22+
// TODO: replace with build::properties::ConfigFileName once command.rs moves under build/
23+
// (with the StatefulSet builder migration).
2324
const LOG_PROPERTIES: &str = "log.properties";
2425
const EXCHANGE_MANAGER_PROPERTIES: &str = "exchange-manager.properties";
2526
const SPOOLING_MANAGER_PROPERTIES: &str = "spooling-manager.properties";

0 commit comments

Comments
 (0)