diff options
Diffstat (limited to 'src/http')
-rw-r--r-- | src/http/http.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/http.go b/src/http/http.go index d124480..e9be58d 100644 --- a/src/http/http.go +++ b/src/http/http.go @@ -245,7 +245,7 @@ func pathHandler(w http.ResponseWriter, r *http.Request) { // add the items to the content map content["Items"] = items - // ad the file and dir count to the contents map + // add the file and dir count to the contents map content["NumDirs"] = dirCount content["NumFiles"] = fileCount logrus.Tracef("") |