Remove single quote in "node wizard" output

fixes #8368
This commit is contained in:
Gunnar Beutner 2015-02-05 10:30:30 +01:00
parent 090aae0630
commit 700b7c1c48
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ wizard_master_host:
wizard_ticket:
std::cout << ConsoleColorTag(Console_Bold) << "Please specify the request ticket generated on your Icinga 2 master." << ConsoleColorTag(Console_Normal) << "\n"
<< " (Hint: '# icinga2 pki ticket --cn '" << cn << "'): ";
<< " (Hint: # icinga2 pki ticket --cn '" << cn << "'): ";
std::getline(std::cin, answer);
boost::algorithm::to_lower(answer);