From 71914ffde1b86328886886ac9cbe0c484be107d3 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Sun, 11 Aug 2019 12:48:04 +0300 Subject: [PATCH] Fix typo --- src/steps/git.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};