[vcpkg contact] Naming convention fix

This commit is contained in:
Alexander Karatarakis 2017-08-31 18:13:12 -07:00
parent 81c9445376
commit ef33eb96cf

View File

@ -7,8 +7,8 @@ namespace vcpkg::Commands::Contact
{
const std::string& email()
{
static const std::string s_email = R"(vcpkg@microsoft.com)";
return s_email;
static const std::string S_EMAIL = R"(vcpkg@microsoft.com)";
return S_EMAIL;
}
void perform_and_exit(const VcpkgCmdArguments& args)