Fix variable typo
This commit is contained in:
parent
c6b739b5b6
commit
2f7dc5a65d
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ case "$os" in
|
|||
|
||||
case "$os_version" in
|
||||
ascii)
|
||||
distributione="stretch"
|
||||
distribution="stretch"
|
||||
;;
|
||||
jessie)
|
||||
distribution="jessie"
|
||||
|
|
Loading…
Reference in a new issue