aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/repository.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/src/commands/repository.rs')
-rw-r--r--crates/mozart/src/commands/repository.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/repository.rs b/crates/mozart/src/commands/repository.rs
index 0974e29..e5d43ec 100644
--- a/crates/mozart/src/commands/repository.rs
+++ b/crates/mozart/src/commands/repository.rs
@@ -35,7 +35,7 @@ pub struct RepositoryArgs {
pub after: Option<String>,
}
-pub fn execute(
+pub async fn execute(
_args: &RepositoryArgs,
_cli: &super::Cli,
_console: &mozart_core::console::Console,