oops, typo
diff --git a/src/plugins/scanners/git-census.py b/src/plugins/scanners/git-census.py
index 5ec0fe7..74f47db 100644
--- a/src/plugins/scanners/git-census.py
+++ b/src/plugins/scanners/git-census.py
@@ -175,7 +175,7 @@
                         people[ae]['projects'].append(gname)
 
                 # Make a list of changed files, max 1024
-                filelist = list(touched_files)
+                filelist = list(files_touched)
                 filelist = filelist[:1023]
                 
                 # ES commit documents