Skip to content

Commit 61dc8c3

Browse files
author
Tsvetan Raikov
committed
Updated email registration URL
1 parent e5d2584 commit 61dc8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/post-install.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class PostInstallCliCommand extends PostInstallCommand {
6363
private sendEmail(email: string): void {
6464
if (email) {
6565
let postData = queryString.stringify({
66-
'elqFormName': process.argv[2],
66+
'elqFormName': "Telerik-TrialRegistration",
6767
'elqSiteID': '1325',
6868
'emailAddress': email,
6969
'elqCookieWrite': '0'

0 commit comments

Comments
 (0)