mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Build
- Fixed a broken build.
This commit is contained in:
parent
c23c374b17
commit
6b85669812
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ void ColumnDepends::measure (Task& task, int& minimum, int& maximum)
|
|||
}
|
||||
}
|
||||
else
|
||||
throw format (STRING_BAD_COLUMN_FORMAT, 'depends', _style);
|
||||
throw format (STRING_COLUMN_BAD_FORMAT, "depends", _style);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue