remove # case
This commit is contained in:
@@ -192,7 +192,7 @@ func main() {
|
||||
indexLines := strings.Split(string(indexBytes), "\n")
|
||||
indexNames := make([]string, 0)
|
||||
for _, indexLine := range indexLines {
|
||||
if indexLine != "" && !strings.Contains(indexLine, "#") {
|
||||
if indexLine != "" {
|
||||
indexNames = append(indexNames, indexLine)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user