Skip to content

Commit

Permalink
added : to Failed to connect message
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuryshev committed Mar 25, 2019
1 parent b835ce2 commit c892a85
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 @@ -19,7 +19,7 @@ var pkCmd = &cobra.Command{
client := rpcClient()
summary, err := client.Summary()
if err != nil {
log.Fatal("Failed to connect", err)
log.Fatal("Failed to connect:", err)
}

fmt.Println(summary.PubKey)
Expand Down

0 comments on commit c892a85

Please sign in to comment.