fixes indentation

This commit is contained in:
Max Kammler 2020-02-14 19:15:27 +01:00
parent 085a48c44d
commit 8e6e2ba898

View file

@ -6217,7 +6217,7 @@ __zypper() {
if [ "$?" -gt "99" ] && [ "$?" -le "104" ]; then
return 0
fi
return $?
return $?
}
__zypper_install() {