Skip to content

Commit

Permalink
Removed unused args for pk command
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuryshev committed Mar 25, 2019
1 parent eb5ee14 commit b835ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/skywire-cli/commands/pk.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b835ce2

Please sign in to comment.