Switch to Bookworm

This commit is contained in:
Serge Schneider
2023-09-07 12:50:34 +01:00
parent ed68013abb
commit 6aca615037
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash -e
if [ "$RELEASE" != "bullseye" ]; then
if [ "$RELEASE" != "bookworm" ]; then
echo "WARNING: RELEASE does not match the intended option for this branch."
echo " Please check the relevant README.md section."
fi