This commit is contained in:
Jake Swenson 2017-10-29 12:18:22 -07:00
parent 1b2dd6bb10
commit cae6e6f051
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ namespace bitwardenSelfLicensor
config.ShowHelp("org");
}
GenerateOrgLicense(new X509Certificate2(cert.Value(), "test"), coreDll.Value(), name.Value, email.Value, installationId key.Value);
GenerateOrgLicense(new X509Certificate2(cert.Value(), "test"), coreDll.Value(), name.Value, email.Value, installationId, key.Value);
return 0;
});