Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vernesong committed Feb 17, 2025
1 parent fe8dd5a commit 3feb659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ ruby -ryaml -rYAML -I "/usr/share/openclash" -E UTF-8 -e "
end;
Value['proxies'].each_with_index do |x, index|
uci_name_tmp << %x{uci -q add openclash proxy-provider 2>&1}.chomp;
uci_name_tmp << %x{uci -q add openclash servers 2>&1}.chomp;
threads_pr << Thread.new {
begin
YAML.LOG('Start Getting【${CONFIG_NAME} - ' + x['type'].to_s + ' - ' + x['name'].to_s + '】Proxy Setting...');
Expand Down

0 comments on commit 3feb659

Please sign in to comment.