summaryrefslogtreecommitdiff
path: root/template.sh
diff options
context:
space:
mode:
Diffstat (limited to 'template.sh')
-rwxr-xr-xtemplate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.sh b/template.sh
index bc63b943..a33cefe8 100755
--- a/template.sh
+++ b/template.sh
@@ -4,6 +4,6 @@ for f in $(git ls-files *.j2); do
for ld in locale/*/; do
l=$(basename $ld)
echo "$f: $l"
- python template.py $f $l $(dirname $f)/$(basename $f .html.j2).$l.html
+ python template.py $f $l
done
done