mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Merge
- fixed if statement
This commit is contained in:
parent
6dca4dd056
commit
9eed851fbb
1 changed files with 1 additions and 1 deletions
|
@ -1387,7 +1387,7 @@ void TDB::merge (const std::string& mergeFile)
|
|||
// nothing happend on the local branch either
|
||||
|
||||
// break, to suppress autopush
|
||||
if (lit != l.end ())
|
||||
if (lit == l.end ())
|
||||
{
|
||||
mods.clear ();
|
||||
lmods.clear ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue