Skip to content

Commit

Permalink
update '.data' warning message to '*.data' for better readability (Go…
Browse files Browse the repository at this point in the history
…thenburgBitFactory#3409)

TDB2: update '.data' warning to '*.data' for better readability, closes GothenburgBitFactory#3406
  • Loading branch information
sleepy-nols authored Apr 28, 2024
1 parent eaef05e commit 7dba5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TDB2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void TDB2::open_replica (const std::string& location, bool create_if_missing)
if (pending_data.exists()) {
Color warning = Color (Context::getContext ().config.get ("color.warning"));
std::cerr << warning.colorize (
format ("Found existing '.data' files in {1}", location)) << "\n";
format ("Found existing '*.data' files in {1}", location)) << "\n";
std::cerr << " Taskwarrior's storage format changed in 3.0, requiring a manual migration.\n";
std::cerr << " See https://github.com/GothenburgBitFactory/taskwarrior/releases.\n";
}
Expand Down

0 comments on commit 7dba5e7

Please sign in to comment.