diff options
Diffstat (limited to 'src/cgit_helper.rs')
-rw-r--r-- | src/cgit_helper.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgit_helper.rs b/src/cgit_helper.rs index 703f518..04eae6e 100644 --- a/src/cgit_helper.rs +++ b/src/cgit_helper.rs @@ -1,3 +1,3 @@ -pub fn cgit_add_repo(cgit_repos_file_path: String) { +pub fn cgit_add_repo(cgit_repos_file_path: String, section_name: String) { } |