Browse Source

Merge pull request #844 from cubemaze/patch-2

update: fix flag name matching confusion
tokumeikoi 2 years ago
parent
commit
f33eb0b4bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Client/Protocols/ClashMeta.php

+ 1 - 1
app/Http/Controllers/Client/Protocols/ClashMeta.php

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