Skip to content

Commit

Permalink
Fixes compilation bug
Browse files Browse the repository at this point in the history
refs #3446
  • Loading branch information
Crunsher committed Feb 11, 2015
1 parent 53ca1dd commit fc2993c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/troubleshootcollectcommand.cpp
Expand Up @@ -330,7 +330,7 @@ int TroubleshootCollectCommand::Run(const boost::program_options::variables_map&
appName = appName.SubStr(3, appName.GetLength() - 3);

//Application::DisplayInfoMessage() but formatted
os << "\tApplication version: " << GetVersion() << "\n"
os << "\tApplication version: " << Application::GetVersion() << "\n"
<< "\tInstallation root: " << Application::GetPrefixDir() << "\n"
<< "\tSysconf directory: " << Application::GetSysconfDir() << "\n"
<< "\tRun directory: " << Application::GetRunDir() << "\n"
Expand Down

0 comments on commit fc2993c

Please sign in to comment.