aboutsummaryrefslogtreecommitdiff
path: root/cmd/importer
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/importer')
-rw-r--r--cmd/importer/importer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/importer/importer.go b/cmd/importer/importer.go
index 18a7a7b..47b046e 100644
--- a/cmd/importer/importer.go
+++ b/cmd/importer/importer.go
@@ -88,7 +88,7 @@ func Import(ctx context.Context, txtInput, sqliteOutput string) error {
}
}
- fmt.Printf("Consolidating")
+ fmt.Printf("\nConsolidating...")
err = db.Consolidade(ctx)
if err != nil {
return err