From: Frank Duncan Date: Mon, 18 Apr 2016 19:47:25 +0000 (-0500) Subject: Fix bug with pretty-print-validate-packages X-Git-Tag: 0.2~2 X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=sheep;a=commitdiff_plain;h=8647326 Fix bug with pretty-print-validate-packages --- diff --git a/src/main/docgen.lisp b/src/main/docgen.lisp index 655b6bd..8d27051 100644 --- a/src/main/docgen.lisp +++ b/src/main/docgen.lisp @@ -72,7 +72,7 @@ DESCRIPTION: EXAMPLES: (pretty-print-validate-packages :pkg1 :pkg2) => t" - (some + (every #'identity (mapcar (lambda (pkg)