summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-ci.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/package-ci.bash b/package-ci.bash
index c35b2fa86bf..ad9512cfc12 100644
--- a/package-ci.bash
+++ b/package-ci.bash
@@ -46,5 +46,5 @@ cd $TMP
git clone $REPO
cd guix
git checkout $BRANCH
-guix shell --pure -m manifest.scm -- bash patch-checklist.bash
+guix shell --pure -m manifest.scm -- bash patch-checklist.bash -p $PACKAGE
trap "rm -rf $TMP* 2>EXIT" 0