diff --git a/bin/dev/updatetpl.py b/bin/dev/updatetpl.py index 7b552fadd4..c58b9d62d9 100755 --- a/bin/dev/updatetpl.py +++ b/bin/dev/updatetpl.py @@ -58,7 +58,7 @@ fnull = open(os.devnull, "w") for tplpath in tplpaths: print "Converting " + path + tplpath - subprocess.call(['python', path + 'util/friendica-to-smarty-tpl.py', '-p', path + tplpath], stdout = fnull) + subprocess.call(['python', path + 'bin/dev/friendica-to-smarty-tpl.py', '-p', path + tplpath], stdout = fnull) fnull.close()