Merge pull request #868 from eyalev/patch-5

Fix decode flag
This commit is contained in:
johndmulhausen
2016-07-19 10:54:09 -07:00
committed by GitHub
+1 -1
View File
@@ -154,7 +154,7 @@ type: Opaque
Decode the password field:
```shell
$ echo "MWYyZDFlMmU2N2Rm" | base64 -D
$ echo "MWYyZDFlMmU2N2Rm" | base64 -d
1f2d1e2e67df
```