summaryrefslogtreecommitdiff
path: root/src/git.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/git.rs')
-rw-r--r--src/git.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git.rs b/src/git.rs
index d571386..07ec775 100644
--- a/src/git.rs
+++ b/src/git.rs
@@ -1,5 +1,6 @@
use crate::{
parser::{GitReceivePackArgs, GitUploadPackArgs},
+ user_info::{get_user_groups, get_username},
ShackleError,
};
use git2::{ErrorCode, Repository, RepositoryInitMode, RepositoryInitOptions};
@@ -8,7 +9,6 @@ use std::{
path::{Path, PathBuf},
process::Command,
};
-use user_info::{get_user_groups, get_username};
pub struct GitInitResult {
pub path: PathBuf,