We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d2584 commit 61dc8c3Copy full SHA for 61dc8c3
lib/commands/post-install.ts
@@ -63,7 +63,7 @@ export class PostInstallCliCommand extends PostInstallCommand {
63
private sendEmail(email: string): void {
64
if (email) {
65
let postData = queryString.stringify({
66
- 'elqFormName': process.argv[2],
+ 'elqFormName': "Telerik-TrialRegistration",
67
'elqSiteID': '1325',
68
'emailAddress': email,
69
'elqCookieWrite': '0'
0 commit comments