Browse Source

[mintnet-kubernetes] fix tr command in basecoin readme

pull/1943/head
Anton Kaliaev 7 years ago
parent
commit
f427590622
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mintnet-kubernetes/examples/basecoin/README.md

+ 1
- 1
mintnet-kubernetes/examples/basecoin/README.md View File

@ -25,7 +25,7 @@ make create
3. get account's address of the second pod
```
ADDR=`kubectl exec -c app tm-1 -- cat /app/key.json | jq ".address" | tr -d"\""`
ADDR=`kubectl exec -c app tm-1 -- cat /app/key.json | jq ".address" | tr -d "\""`
```
4. send 5 coins to it from the first pod


Loading…
Cancel
Save