bug: actually hide dotfiles

disappointed in myself
This commit is contained in:
2026-07-18 03:37:20 -07:00
parent 26e2a4e0e3
commit 5ae998f383
+1 -1
View File
@@ -196,7 +196,7 @@ func main() {
}
// Ignore Dotfiles
if serveDotfiles != "" && strings.HasPrefix(entry.Name(), ".") {
if serveDotfiles == "" && strings.HasPrefix(entry.Name(), ".") {
continue
}