File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -647,11 +647,11 @@ impl Build {
647647 if !update ( true ) . status ( ) . map_or ( false , |status| status. success ( ) ) {
648648 self . run ( & mut update ( false ) ) ;
649649 }
650- //
650+
651651 self . run ( Command :: new ( "git" ) . args ( & [ "stash" , "push" ] ) . current_dir ( & absolute_path) ) ;
652652 self . run ( Command :: new ( "git" ) . args ( & [ "reset" , "-q" , "--hard" ] ) . current_dir ( & absolute_path) ) ;
653653 self . run ( Command :: new ( "git" ) . args ( & [ "clean" , "-qdfx" ] ) . current_dir ( & absolute_path) ) ;
654- self . run ( Command :: new ( "git" ) . args ( & [ "stash" , "pop" ] ) . current_dir ( absolute_path) )
654+ self . run ( Command :: new ( "git" ) . args ( & [ "stash" , "pop" ] ) . current_dir ( absolute_path) ) ;
655655 }
656656
657657 /// If any submodule has been initialized already, sync it unconditionally.
You can’t perform that action at this time.
0 commit comments