diff --git a/crates/gitnow/src/config.rs b/crates/gitnow/src/config.rs index eabbfed..db280bc 100644 --- a/crates/gitnow/src/config.rs +++ b/crates/gitnow/src/config.rs @@ -398,6 +398,7 @@ mod test { directory: PathBuf::from("git").into() }, post_update_command: None, + post_clone_command: None } }, config @@ -424,6 +425,7 @@ mod test { cache: Cache::default(), projects: Projects::default(), post_update_command: None, + post_clone_command: None } }, config