diff --git a/rewrite_apache_conf.py b/rewrite_apache_conf.py index dbc2d33..e2908b9 100755 --- a/rewrite_apache_conf.py +++ b/rewrite_apache_conf.py @@ -45,7 +45,7 @@ for config_file in Path(sys.argv[1]).glob("*.conf"): print(f" ServerAdmin {server_admin[-1]}", file=out) for include in includes: - print(f" include {include}", file=out) + print(f" Include {include}", file=out) print(f"", file=out)