Skip to content

Commit

Permalink
feat(generator/client): typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
muink authored and 1715173329 committed Nov 15, 2023
1 parent e2adb72 commit 9fdc1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/homeproxy/scripts/generate_client.uc
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function get_outbound(cfg) {
if (type(cfg) === 'array') {
let outbounds = [];
for (let i in cfg)
push(outbounds, get_outbound(i))
push(outbounds, get_outbound(i));
return outbounds;
} else {
if (cfg in ['direct-out', 'block-out']) {
Expand Down

0 comments on commit 9fdc1ec

Please sign in to comment.