File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ public override async Task<bool> Sure()
9595 if ( submodules . Count > 0 )
9696 await new Commands . Submodule ( _repo . FullPath )
9797 . Use ( log )
98- . UpdateAsync ( submodules , true , true ) ;
98+ . UpdateAsync ( submodules , false , true ) ;
9999 }
100100
101101 log . Complete ( ) ;
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ public override async Task<bool> Sure()
151151 {
152152 var submodules = await new Commands . QueryUpdatableSubmodules ( _repo . FullPath ) . GetResultAsync ( ) ;
153153 if ( submodules . Count > 0 )
154- await new Commands . Submodule ( _repo . FullPath ) . Use ( log ) . UpdateAsync ( submodules , true , true ) ;
154+ await new Commands . Submodule ( _repo . FullPath ) . Use ( log ) . UpdateAsync ( submodules , false , true ) ;
155155 }
156156
157157 if ( needPopStash )
You can’t perform that action at this time.
0 commit comments