diff options
-rw-r--r-- | lib/hydra/misc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/hydra/misc b/lib/hydra/misc index baa810b..583e43d 100644 --- a/lib/hydra/misc +++ b/lib/hydra/misc @@ -145,6 +145,8 @@ function hydra_next_debian_release { echo "stretch" elif [ "$release" == "stretch" ]; then echo "buster" + elif [ "$release" == "buster" ]; then + echo "sid" else echo "Unsupported release" exit 1 |