Skip to content

Commit

Permalink
Fix custom_rule_set
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Mar 26, 2024
1 parent a6d1a21 commit 7fbd117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/render_geo_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (t *Template) renderGeoResources(metadata M.Metadata, options *option.Optio
DownloadDetour: downloadDetour,
}
}
} else if len(t.CustomDNSRules) == 0 {
} else if len(t.CustomRuleSet) == 0 {
var (
downloadURL string
downloadDetour string
Expand Down

0 comments on commit 7fbd117

Please # to comment.