mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
fixes indentation
This commit is contained in:
parent
085a48c44d
commit
8e6e2ba898
1 changed files with 1 additions and 1 deletions
|
@ -6217,7 +6217,7 @@ __zypper() {
|
|||
if [ "$?" -gt "99" ] && [ "$?" -le "104" ]; then
|
||||
return 0
|
||||
fi
|
||||
return $?
|
||||
return $?
|
||||
}
|
||||
|
||||
__zypper_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue