Skip to content

Commit

Permalink
Merge pull request #1 from valenciaj/patch-1
Browse files Browse the repository at this point in the history
Remove duplicated config file line
  • Loading branch information
fredposner authored Dec 13, 2024
2 parents 37565a3 + 55537ad commit 13210ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blockhosts.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ func LoadConfig() (*BHconfig, error) {
"/var/lib/blockhosts/"+fileName,
"/usr/local/bin/blockhosts/"+fileName,
"/usr/local/blockhosts/"+fileName,
"/etc/blockhosts/"+fileName,
)

for _, loc := range fileLocations {
Expand Down

0 comments on commit 13210ac

Please sign in to comment.