diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/main.rs b/src/main.rs index 811dcb4..0fdc715 100644 --- a/src/main.rs +++ b/src/main.rs @@ -244,6 +244,7 @@ where          &repo.git_url,          &clone_path,          repo.description(), +        &repo.default_branch,      )?;      // Copy the base cgitrc file into the newly-cloned repository. | 
