Skip to content

Commit

Permalink
fix binary name on custom setting app on new proxy start
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Mar 21, 2024
1 parent c22562e commit 7ee8f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/skywire-cli/commands/proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ var startCmd = &cobra.Command{
internal.PrintFatalError(cmd.Flags(), fmt.Errorf("Error occurs during set args to custom skysocks client"))
}
} else {
err = rpcClient.AddApp(clientName, "skysocks-client")
err = rpcClient.AddApp(clientName, "skywire")
if err != nil {
internal.PrintFatalError(cmd.Flags(), fmt.Errorf("Error during add new app"))
}
Expand Down

0 comments on commit 7ee8f49

Please sign in to comment.