Fix typo in distro names...
This commit is contained in:
parent
521241d741
commit
166b58aeea
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ case "$os" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case $distribution in
|
case $distribution in
|
||||||
stabletesting|unsatbel|experimental)
|
stable|testing|unstable|experimental)
|
||||||
pin="release a=$distribution"
|
pin="release a=$distribution"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue