From 31fb7726c0824a010c4c50cfb5d297dd5027995f Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 14 Jun 2015 22:29:23 -0400 Subject: [PATCH] Hooks: Converted from CLI to CLI2 --- src/Hooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Hooks.cpp b/src/Hooks.cpp index 9eca0bf3d..271ab6137 100644 --- a/src/Hooks.cpp +++ b/src/Hooks.cpp @@ -514,7 +514,7 @@ std::vector & Hooks::buildHookScriptArgs (std::vector args.push_back ("args:" + std::string (v)); // Command to be executed. - args.push_back ("command:" + context.cli.getCommand ()); + args.push_back ("command:" + context.cli2.getCommand ()); // rc file used after applying all overrides. args.push_back ("rc:" + context.rc_file._data);