summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-12-24 15:03:05 +0100
committermakefu <github@syntax-fehler.de>2011-12-24 15:03:05 +0100
commitfffa22e6af01a8f89d288f488625eba732ca662b (patch)
treeb54c8a44256db94e8761b1248e6de6732407a211 /assets
parent056f7ad405dc6e1d9e59a185bdb5378627e6acbd (diff)
//assets/truth2json: abs path now relative
Diffstat (limited to 'assets')
-rwxr-xr-xassets/bin/truth2json2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/bin/truth2json b/assets/bin/truth2json
index 53af7dc8..f85445b4 100755
--- a/assets/bin/truth2json
+++ b/assets/bin/truth2json
@@ -5,7 +5,7 @@ import sys
try:
db=sys.argv[1]
except:
- db="/krebs/db/truth"
+ db="../../db/truth"
ret = {}