mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Spell the function name correctly...
This commit is contained in:
parent
bbb153f030
commit
0d8069ee2a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue