fix compilation error

This commit is contained in:
Radu Ioan Fericean
2015-02-05 23:25:17 +02:00
parent 162fd28723
commit 0d9f04e030

View File

@@ -117,7 +117,7 @@ func main() {
log.Fatal("TPid required, please define it via *-tpid* command argument.")
}
csvImporter := engine.TPCSVImporter{
TPId: *tpid,
TPid: *tpid,
StorDb: storDb,
DirPath: *dataPath,
Sep: ',',