diff options
Diffstat (limited to 'crates/mozart/src/commands/prohibits.rs')
| -rw-r--r-- | crates/mozart/src/commands/prohibits.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/prohibits.rs b/crates/mozart/src/commands/prohibits.rs index 3ec01a7..1f45b27 100644 --- a/crates/mozart/src/commands/prohibits.rs +++ b/crates/mozart/src/commands/prohibits.rs @@ -22,7 +22,7 @@ pub struct ProhibitsArgs { pub locked: bool, } -pub fn execute( +pub async fn execute( args: &ProhibitsArgs, cli: &super::Cli, _console: &mozart_core::console::Console, |
