From fffa22e6af01a8f89d288f488625eba732ca662b Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 24 Dec 2011 15:03:05 +0100 Subject: //assets/truth2json: abs path now relative --- assets/bin/truth2json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets') 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 = {} -- cgit v1.2.3