Skip to content

Commit

Permalink
fix comma error
Browse files Browse the repository at this point in the history
  • Loading branch information
kenxx committed Jul 26, 2023
1 parent edc7d90 commit 4fd266e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generator/config/subexport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ std::string proxyToSurge(std::vector<Proxy> &nodes, const std::string &base_conf
if(!obfs.empty())
proxy += ", obfs=" + obfs;
if(!host.empty())
proxy += ", obfs-host=" + host
proxy += ", obfs-host=" + host;
break;
default:
continue;
Expand Down

0 comments on commit 4fd266e

Please sign in to comment.