diff options
Diffstat (limited to 'lib')
-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 492a2bb..baa810b 100644 --- a/lib/hydra/misc +++ b/lib/hydra/misc @@ -143,6 +143,8 @@ function hydra_next_debian_release { echo "jessie" elif [ "$release" == "jessie" ]; then echo "stretch" + elif [ "$release" == "stretch" ]; then + echo "buster" else echo "Unsupported release" exit 1 |