summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--output/outputFormat.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/output/outputFormat.go b/output/outputFormat.go
index 9d43b135a..f2bd941a6 100644
--- a/output/outputFormat.go
+++ b/output/outputFormat.go
@@ -87,6 +87,7 @@ var builtInTypes = map[string]Format{
strings.ToLower(AMPFormat.Name): AMPFormat,
strings.ToLower(CalendarFormat.Name): CalendarFormat,
strings.ToLower(CSSFormat.Name): CSSFormat,
+ strings.ToLower(CSVFormat.Name): CSVFormat,
strings.ToLower(HTMLFormat.Name): HTMLFormat,
strings.ToLower(JSONFormat.Name): JSONFormat,
strings.ToLower(RSSFormat.Name): RSSFormat,