mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 17:21:02 +02:00
Remove CONFIGDIR reference, doesn't seem like it's needed now.
This commit is contained in:
parent
3595b14233
commit
401c5e8625
1 changed files with 2 additions and 2 deletions
|
|
@ -145,7 +145,7 @@
|
|||
|
||||
name: dir,
|
||||
|
||||
volid:: "${CONFIGDIR}/" + dir,
|
||||
volid:: dir,
|
||||
|
||||
with_size:: function(size) self + { size: size },
|
||||
|
||||
|
|
@ -161,7 +161,7 @@
|
|||
|
||||
name: dir,
|
||||
|
||||
volid:: "${CONFIGDIR}/" + dir,
|
||||
volid:: dir,
|
||||
|
||||
with_size:: function(size) self + { size: size },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue