fix code style

pull/1162/merge
Darien Raymond 2018-06-08 17:13:33 +02:00
parent e7d3b282ae
commit 897b5a51f0
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ getPMT(){
elif [[ -n `command -v yum` ]]; then
CMD_INSTALL="yum -y -q install"
CMD_UPDATE="yum -q makecache"
elif [ -n `command -v zypper` ];then
elif [[ -n `command -v zypper` ]]; then
CMD_INSTALL="zypper -y install"
CMD_UPDATE="zypper ref"
else