diff --git a/src/commands/CmdDiagnostics.cpp b/src/commands/CmdDiagnostics.cpp index 7fe7fc0ee..591f080fd 100644 --- a/src/commands/CmdDiagnostics.cpp +++ b/src/commands/CmdDiagnostics.cpp @@ -293,6 +293,9 @@ int CmdDiagnostics::execute (std::string& output) // Disaply hook status. out << bold.colorize (STRING_CMD_DIAG_HOOKS) + << "\n" + << " Scripts: " + << (context.config.getBoolean ("hooks") ? "Enabled" : "Disabled") << "\n"; std::vector hooks = context.hooks.list ();