Replace references to wheezy with jessie + add stretch to zsh completion
[grml-live.git] / etc / zsh / completion.d / _grml-live
index f2ce3ca..ef2ef93 100644 (file)
@@ -47,7 +47,7 @@ _grmllive_suites() { #{{{
   local -a suites
 
   suites=(
-    stable testing unstable wheezy jessie sid
+    stable testing unstable wheezy jessie stretch sid
   )
   _wanted list expl 'Debian suite' compadd ${expl} -- ${suites}
 }