printer/plainprinter.go
changeset 241 e77dad242f4c
parent 239 605a00e9d1ab
child 265 05c40b36d3b2
child 267 5b91a65ba95a
--- a/printer/plainprinter.go	Sat Sep 29 12:40:01 2018 +0200
+++ b/printer/plainprinter.go	Sat Sep 29 12:52:45 2018 +0200
@@ -389,7 +389,7 @@
 			indentedPrint(w, indent+p.Indent, false, false, "Remote URL", "%s", *a.RemoteURL)
 		}
 		if a.Description != nil && *a.Description != "" {
-			indentedPrint(w, indent+p.Indent, false, true, "Description", "%s", a.Description)
+			indentedPrint(w, indent+p.Indent, false, true, "Description", "%s", *a.Description)
 		}
 	}
 	return nil