aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/src/commands.rs')
-rw-r--r--crates/mozart/src/commands.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands.rs b/crates/mozart/src/commands.rs
index bf98bee..1717437 100644
--- a/crates/mozart/src/commands.rs
+++ b/crates/mozart/src/commands.rs
@@ -1,7 +1,7 @@
pub mod about;
pub mod archive;
-pub(crate) mod base_config;
pub mod audit;
+pub(crate) mod base_config;
pub mod browse;
pub mod bump;
pub mod check_platform_reqs;