mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
Merge branch '1.9.3' of tasktools.org:task into 1.9.3
This commit is contained in:
commit
9e9807a52a
10 changed files with 10 additions and 10 deletions
|
@ -1535,7 +1535,7 @@ void TDB::merge (const std::string& mergeFile)
|
|||
}
|
||||
|
||||
// write undo file
|
||||
if (! File::write (undoFile, undo, false))
|
||||
if (! File::write (undoFile, undo, true))
|
||||
throw std::string ("Could not write '") + undoFile + "'.";
|
||||
}
|
||||
else // nothing to be done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue