Skip to content

Commit 4b81ff5

Browse files
committed
config: Rename push_model_config to push_model
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent 7509527 commit 4b81ff5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keylime/src/config/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
mod push_model_config;
1+
mod push_model;
22

3-
pub use push_model_config::*;
3+
pub use push_model::*;
File renamed without changes.

0 commit comments

Comments
 (0)