Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Mar 6, 2024
1 parent 2becc28 commit 6ae5698
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 498,599 deletions.
2 changes: 1 addition & 1 deletion bash/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ base_output_dir="blocklist/template"
# Creating the base directory if it does not exist, notifying the user
if [ ! -d "$base_output_dir" ]; then
mkdir -p "$base_output_dir"
echo "🔵 Directory '$base_output_dir' was created."
echo "🔵 Directory '$base_output_dir' was created"
fi

# Reading the version from package.json to use in the user agent
Expand Down
Loading

0 comments on commit 6ae5698

Please sign in to comment.