From bc6d78724561a7a4c0162ff0de7afaa1e656621c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 27 Jun 2022 09:49:39 -0700 Subject: APT:PINNED: fix quotation in example Reported-by: David Bremner Signed-off-by: Sean Whitton --- src/property/apt.lisp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/property/apt.lisp b/src/property/apt.lisp index 8d06892..d73dbdb 100644 --- a/src/property/apt.lisp +++ b/src/property/apt.lisp @@ -367,11 +367,11 @@ release of Debian from testing, falling back to sid if they're not available in testing, you could use: (os:debian-stable \"bullseye\" :amd64) - (apt:suites-available-pinned (os:debian-testing) -10 - (os:debian-unstable) -10) + (apt:suites-available-pinned '(os:debian-testing) -10 + '(os:debian-unstable) -10) (apt:pinned '(\"elpa-*\") - (os:debian-testing) 100 - (os:debian-unstable) 50)" + '(os:debian-testing) 100 + '(os:debian-unstable) 50)" (:desc (loop for (os pin) on pairs by #'cddr for suite = (os:debian-suite (suite-specifier-to-os os)) collect #?{Debian "${suite}", priority ${pin}} into accum -- cgit v1.2.3