Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoieni committed Aug 25, 2024
1 parent ae7b7ad commit a4a5683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/examples/outline-cli/outline_device.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func formatConfig(transportConfig string) (string, error) {
if err != nil {
return "", err
}
return constructShadowsocksSessionConfig(fetched), nil
return constructShadowsocksSessionConfig(fetched)
default:
return "", errors.New("config must start with 'ss://' or 'ssconf://'")
}
Expand Down

0 comments on commit a4a5683

Please sign in to comment.