diff --git a/cmd/nkode/nkode.go b/cmd/nkode/nkode.go index 94b79de..c4de4bc 100644 --- a/cmd/nkode/nkode.go +++ b/cmd/nkode/nkode.go @@ -38,7 +38,7 @@ func main() { }(sqliteRepo) FlaticonToSqlite(sqliteRepo, *svgPath) - fmt.Sprintf("Successfully added all SVGs in %s to the database at %s", *svgPath, *dbPath) + log.Println(fmt.Sprintf("Successfully added all SVGs in %s to the database at %s\n", *svgPath, *dbPath)) } func FlaticonToSqlite(repo *repository.SqliteRepository, svgDir string) {