Fixed description generation
This commit is contained in:
parent
95d4535abd
commit
28e33dcc7a
|
@ -34,7 +34,7 @@ sort -u temp/multiparty-only-trackers.list > dist/multiparty-only-trackers.txt
|
||||||
function generate_hosts {
|
function generate_hosts {
|
||||||
basename="$1"
|
basename="$1"
|
||||||
description="$2"
|
description="$2"
|
||||||
description2="$2"
|
description2="$3"
|
||||||
|
|
||||||
(
|
(
|
||||||
echo "# First-party trackers host list"
|
echo "# First-party trackers host list"
|
||||||
|
|
Loading…
Reference in a new issue