update: fix flag name matching confusion

using ss2022, flag clashmeta will be caught by the clash match, resulting in the desired clashmeta configuration not being output
This commit is contained in:
cubemaze 2023-05-29 17:10:26 +08:00 committed by GitHub
parent 1b8ec77bcc
commit 3884cf96ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ use Symfony\Component\Yaml\Yaml;
class ClashMeta class ClashMeta
{ {
public $flag = 'clashmeta'; public $flag = 'meta';
private $servers; private $servers;
private $user; private $user;