Fix cayley load command
This commit is contained in:
parent
614184bf87
commit
11c3cd17c6
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ func main() {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
err = load(ts, cfg, "", *tripleType)
|
err = load(ts, cfg, *tripleFile, *tripleType)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue