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 {
647
647
if !update ( true ) . status ( ) . map_or ( false , |status| status. success ( ) ) {
648
648
self . run ( & mut update ( false ) ) ;
649
649
}
650
- //
650
+
651
651
self . run ( Command :: new ( "git" ) . args ( & [ "stash" , "push" ] ) . current_dir ( & absolute_path) ) ;
652
652
self . run ( Command :: new ( "git" ) . args ( & [ "reset" , "-q" , "--hard" ] ) . current_dir ( & absolute_path) ) ;
653
653
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) ) ;
655
655
}
656
656
657
657
/// If any submodule has been initialized already, sync it unconditionally.
You can’t perform that action at this time.
0 commit comments