summaryrefslogtreecommitdiff
path: root/helpcontent2/to-wiki/convall.py
diff options
context:
space:
mode:
Diffstat (limited to 'helpcontent2/to-wiki/convall.py')
-rwxr-xr-xhelpcontent2/to-wiki/convall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcontent2/to-wiki/convall.py b/helpcontent2/to-wiki/convall.py
index bb0483fed5..cc02822e0d 100755
--- a/helpcontent2/to-wiki/convall.py
+++ b/helpcontent2/to-wiki/convall.py
@@ -20,7 +20,7 @@ for title in titles:
try:
outfile = "wiki/"+title[1].strip()
infile = title[0].strip()
- command = "python wikiconv2.py "+infile+" > "+outfile
+ command = "python to-wiki/wikiconv2.py "+infile+" > "+outfile
except:
continue