mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Extensions
- Missed a 'hooks' -> 'extensions' rename.
This commit is contained in:
parent
d08e1dab76
commit
76f11cb73c
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ void Hooks::initialize ()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Allow a master switch to turn the whole thing off.
|
// Allow a master switch to turn the whole thing off.
|
||||||
bool big_red_switch = context.config.getBoolean ("hooks");
|
bool big_red_switch = context.config.getBoolean ("extensions");
|
||||||
if (big_red_switch)
|
if (big_red_switch)
|
||||||
{
|
{
|
||||||
std::vector <std::string> vars;
|
std::vector <std::string> vars;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue