Fixes also syntax error
This commit is contained in:
parent
8d09b90d26
commit
5a1c39e8a1
|
@ -6,7 +6,7 @@ fichier de configuration pour rougail
|
|||
from os.path import join, isfile, abspath, dirname
|
||||
from pathlib import Path
|
||||
|
||||
rougailroot = /var/rougail
|
||||
rougailroot = '/var/rougail'
|
||||
patch_dir = join(rougailroot, 'patches')
|
||||
manifests_dir = join(rougailroot, 'manifests')
|
||||
templates_dir = join(rougailroot, 'templates')
|
||||
|
|
Loading…
Reference in New Issue