diff --git a/src/steps/git.rs b/src/steps/git.rs index e411d683..756b72aa 100644 --- a/src/steps/git.rs +++ b/src/steps/git.rs @@ -1,4 +1,4 @@ -puse crate::error::{Error, ErrorKind}; +use crate::error::{Error, ErrorKind}; use crate::executor::{CommandExt, RunType}; use crate::terminal::print_separator; use crate::utils::{which, HumanizedPath};