Merge pull request #868 from eyalev/patch-5

Fix decode flag
pull/274/merge
johndmulhausen 2016-07-19 10:54:09 -07:00 committed by GitHub
commit 27193347fd
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ type: Opaque
Decode the password field:
```shell
$ echo "MWYyZDFlMmU2N2Rm" | base64 -D
$ echo "MWYyZDFlMmU2N2Rm" | base64 -d
1f2d1e2e67df
```