Skip to content

Commit 9ffe59e

Browse files
committed
website name updated
1 parent 8b5db79 commit 9ffe59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/encrypto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const decrypt = async (password, fileName, ext) => {
115115

116116
var writeStream = fs.createWriteStream(`${dir}downloads/${fileName}-converted.txt`);
117117
writeStream.write(result + '\n\n');
118-
writeStream.write("[For more such tools visit www.random-tools.herokuapp.com]");
118+
writeStream.write("[For more such tools visit www.random-tools.onrender.com]");
119119
writeStream.end();
120120
setTimeout(() => {
121121
fs.unlink(`${dir}downloads/${fileName}-converted.txt`, (e) => {} );

0 commit comments

Comments
 (0)