Fixes typo
This commit is contained in:
parent
a97c17a615
commit
8d09b90d26
|
@ -11,7 +11,7 @@ patch_dir = join(rougailroot, 'patches')
|
|||
manifests_dir = join(rougailroot, 'manifests')
|
||||
templates_dir = join(rougailroot, 'templates')
|
||||
dtddir = join(dirname(abspath(__file__)), 'data')
|
||||
dtdfilename = join(ddtdir, 'rougail.dtd')
|
||||
dtdfilename = join(dtddir, 'rougail.dtd')
|
||||
|
||||
# chemin du répertoire source des fichiers templates
|
||||
patch_dir = '/srv/rougail/patch'
|
||||
|
|
Loading…
Reference in New Issue