aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/hydra/misc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/hydra/misc b/lib/hydra/misc
index f297bdc..03dfd6b 100644
--- a/lib/hydra/misc
+++ b/lib/hydra/misc
@@ -135,6 +135,8 @@ function hydra_next_debian_release {
elif [ "$release" == "stretch" ]; then
echo "buster"
elif [ "$release" == "buster" ]; then
+ echo "bullseye"
+ elif [ "$release" == "bullseye" ]; then
echo "sid"
else
echo "Unsupported release"