Fixes also syntax error

This commit is contained in:
Benjamin Bohard 2020-04-08 18:14:57 +02:00
parent 8d09b90d26
commit 5a1c39e8a1
1 changed files with 1 additions and 1 deletions

View File

@ -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')