We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7451fb1 commit 83c6648Copy full SHA for 83c6648
bin/stealth.pl
@@ -45,7 +45,7 @@
45
say STDERR 'running...';
46
47
say STDERR 'updating Tranco list...';
48
-Data::Tranco->update_db
+Data::Tranco->update_db;
49
50
say STDERR 'mirroring PSL...';
51
$PSL = Domain::PublicSuffix->new({ data_file => mirror_file(PSL_URL) });
0 commit comments