mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Typo fix: els --> else
This commit is contained in:
parent
a3db8ffa5c
commit
d3fc57fe18
1 changed files with 1 additions and 1 deletions
|
@ -2508,7 +2508,7 @@ __install_saltstack_ubuntu_repository() {
|
|||
echowarn "Non-LTS Ubuntu detected, but stable packages requested. Trying packages from latest LTS release. You may experience problems."
|
||||
UBUNTU_VERSION=16.04
|
||||
UBUNTU_CODENAME="xenial"
|
||||
els
|
||||
else
|
||||
UBUNTU_VERSION=$DISTRO_VERSION
|
||||
UBUNTU_CODENAME=$DISTRO_CODENAME
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue