Skip to content

Commit ed32769

Browse files
author
Tsvetan Raikov
committed
Updated cli email report destination
1 parent f8f970b commit ed32769

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': "Telerik-TrialRegistration",
66+
'elqFormName': "dev_uins_cli",
6767
'elqSiteID': '1325',
6868
'emailAddress': email,
6969
'elqCookieWrite': '0'

0 commit comments

Comments
 (0)