diff --git a/src/commands/CmdConfig.cpp b/src/commands/CmdConfig.cpp index 347f7a0db..e185492a2 100644 --- a/src/commands/CmdConfig.cpp +++ b/src/commands/CmdConfig.cpp @@ -53,7 +53,7 @@ int CmdConfig::execute (std::string& output) std::stringstream out; // Get the non-attribute, non-fancy command line arguments. - std::vector words = context.a3.extract_words (); + std::vector words = context.a3t.getWords (); // Support: // task config name value # set name to value