cli test bugs

This commit is contained in:
rigelrozanski
2018-05-31 14:57:09 -07:00
parent 17a861da43
commit 1f1097c4d3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ func printInfos(infos []keys.Info) {
printKeyOutput(ko)
}
case "json":
out, err := MarshalJSON(ko)
out, err := MarshalJSON(kos)
//out, err := json.MarshalIndent(kos, "", "\t")
if err != nil {
panic(err)