Spell the function name correctly...

This commit is contained in:
rallytime 2017-05-26 12:12:33 -06:00
parent bbb153f030
commit 0d8069ee2a

View file

@ -2886,7 +2886,7 @@ install_ubuntu_check_services() {
#
# Debian Install Functions
#
__install_saltstack_debain_repository() {
__install_saltstack_debian_repository() {
if [ "$DISTRO_MAJOR_VERSION" -eq 7 ]; then
DEBIAN_CODENAME="wheezy"
else