diff --git a/src/Commands/QuerySubmodules.cs b/src/Commands/QuerySubmodules.cs index 86147f97..663c0ea0 100644 --- a/src/Commands/QuerySubmodules.cs +++ b/src/Commands/QuerySubmodules.cs @@ -112,7 +112,7 @@ namespace SourceGit.Commands } } - Args = $"--no-optional-locks status -uno --porcelain -- {builder}"; + Args = $"--no-optional-locks status --porcelain -- {builder}"; rs = ReadToEnd(); if (!rs.IsSuccess) return submodules;