aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/licenses.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/src/commands/licenses.rs')
-rw-r--r--crates/mozart/src/commands/licenses.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/licenses.rs b/crates/mozart/src/commands/licenses.rs
index 4ffd928..e8e298a 100644
--- a/crates/mozart/src/commands/licenses.rs
+++ b/crates/mozart/src/commands/licenses.rs
@@ -27,7 +27,7 @@ struct LicenseEntry {
// ─── Main entry point ───────────────────────────────────────────────────────
-pub fn execute(
+pub async fn execute(
args: &LicensesArgs,
cli: &super::Cli,
_console: &mozart_core::console::Console,