Skip to content

Commit 875ea64

Browse files
committed
Output EMAIL_TO value, not hard coded to addr
1 parent 6f1eeac commit 875ea64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function sendEmail(username, password, hostname, content, callback) {
164164
}
165165

166166
if(!program.quiet) {
167-
console.log('scrawl: Sent minutes email to public-linked-json@w3.org');
167+
console.log(`scrawl: Sent minutes email to ${EMAIL_TO}`);
168168
}
169169
callback();
170170
});

0 commit comments

Comments
 (0)