diff --git a/cmd/skywire-cli/commands/pk.go b/cmd/skywire-cli/commands/pk.go index e80b20b1b..151433a4b 100644 --- a/cmd/skywire-cli/commands/pk.go +++ b/cmd/skywire-cli/commands/pk.go @@ -14,7 +14,7 @@ func init() { var pkCmd = &cobra.Command{ Use: "pk", Short: "get public key of node", - Run: func(_ *cobra.Command, args []string) { + Run: func(_ *cobra.Command, _ []string) { client := rpcClient() summary, err := client.Summary()