mirror of https://github.com/percyliang/sempre
Merge pull request #18 from m4linka/master
Update virtuoso script - correction of the path in the run command.
This commit is contained in:
commit
55c97ec190
|
|
@ -108,7 +108,7 @@ EOF
|
|||
out = open(configPath, 'w')
|
||||
out.puts config
|
||||
out.close
|
||||
run "virtuoso-opensource/install/bin/virtuoso-t +configfile #{configPath} +wait"
|
||||
run "#{$virtuosoPath}/install/bin/virtuoso-t +configfile #{configPath} +wait"
|
||||
end
|
||||
|
||||
def add
|
||||
|
|
|
|||
Loading…
Reference in New Issue