change file extensions

This commit is contained in:
2023-05-15 16:15:30 +02:00
parent 0ac085a97e
commit 1046de0b8d
6 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
<?php
$file = $argv[1];
$site = basename($file, ".yaml");
$site = basename($file, ".yml");
$__DIR__ = __DIR__;
$conf = yaml_parse_file($file);